Skip to content

Commit

Permalink
correct launch demo_node_editor_basic
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 19, 2023
1 parent 4675839 commit c0ca75d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void demo_node_editor_launcher()
if (ImGui::CollapsingHeader("demo basic interaction"))
{
if (ImGui::Button("Launch demo"))
SpawnDemo("demo_imgui_node_editor");
SpawnDemo("demo_node_editor_basic");
ShowPythonVsCppFile("demos_node_editor/demo_node_editor_basic", 30);
}
if (ImGui::CollapsingHeader("Haiku - Romeo and Juliet"))
Expand Down

0 comments on commit c0ca75d

Please sign in to comment.