imgui-node-editor icon indicating copy to clipboard operation
imgui-node-editor copied to clipboard

blueprints-example core dumps

Open rathken opened this issue 3 years ago • 1 comments
trafficstars

Getting: imgui-node-editor/build/bin$ ./blueprints-example blueprints-example: imgui-node-editor/external/imgui/imgui_widgets.cpp:705: bool ImGui::InvisibleButton(const char*, const ImVec2&): Assertion `size_arg.x != 0.0f && size_arg.y != 0.0f' failed.

Any hep to solve would be great. The other examples all run fine....

rathken avatar May 19 '22 17:05 rathken

Hi, If you rename Data directory to lower case in the blueprints-example.cpp the example works perfectly <

s_HeaderBackground = Application_LoadTexture("data/BlueprintBackground.png");
s_SaveIcon = Application_LoadTexture("data/ic_save_white_24dp.png");
s_RestoreIcon = Application_LoadTexture("data/ic_restore_white_24dp.png");

gorilux avatar May 23 '22 22:05 gorilux

Sorry for inconvenience. develop branch already had that fixed.

thedmd avatar Aug 12 '22 21:08 thedmd