Skip to content

Commit

Permalink
correct demo_imgui_bundle.cpp: ChdirBesideAssetsFolder()
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 17, 2023
1 parent d073655 commit 6f6219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/imgui_bundle/demos_cpp/demo_imgui_bundle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void ShowModuleDemo(const std::string& demoFilename, VoidFunction demoFunction)

int main(int, char **)
{
HelloImGui::SetAssetsFolder(DemosAssetsFolder());
ChdirBesideAssetsFolder();
//###############################################################################################
// Part 1: Define the runner params
//###############################################################################################
Expand Down

0 comments on commit 6f6219e

Please sign in to comment.