// - If no fonts are loaded, dear imgui will use the default font. You can also load multiple fonts and use ImGui::PushFont()/PopFont() to select them.
...
...
@@ -138,6 +141,8 @@ int main(int, char**)
ImGui_ImplWin32_NewFrame();
ImGui::NewFrame();
irt::node_editor_show();
// 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!).