Added custom imgui-node-editor changes.
This commit is contained in:
+3
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
# include <imgui_node_editor.h>
|
||||
# include "3rdparty/imgui-node-editor/imgui_node_editor.h"
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user