Added custom imgui-node-editor changes.

This commit is contained in:
Martin Felis
2025-03-16 22:59:05 +01:00
parent 07d02a2e42
commit 1870a9d214
6 changed files with 28 additions and 8 deletions
@@ -929,7 +929,8 @@ struct Example:
{
auto cursorTopLeft = ImGui::GetCursorScreenPos();
util::BlueprintNodeBuilder builder(m_HeaderBackground, GetTextureWidth(m_HeaderBackground), GetTextureHeight(m_HeaderBackground));
// util::BlueprintNodeBuilder builder(m_HeaderBackground, GetTextureWidth(m_HeaderBackground), GetTextureHeight(m_HeaderBackground));
util::BlueprintNodeBuilder builder;
for (auto& node : m_Nodes)
{
@@ -1832,4 +1833,4 @@ int Main(int argc, char** argv)
return exampe.Run();
return 0;
}
}
@@ -11,7 +11,7 @@
//------------------------------------------------------------------------------
# include <imgui_node_editor.h>
# include "3rdparty/imgui-node-editor/imgui_node_editor.h"
//------------------------------------------------------------------------------