While it is totally a valid solution, I would not recommend using the "default values" as a configuration file.Quote:
there is other way just set the imgui off on
options.cmake
remember to rebuild the srcCode:option(CONFIG_IMGUI "Enable ImGui" OFF) if (CONFIG_IMGUI) add_definitions(-DCONFIG_IMGUI) endif()
Having a configuration file would be cool for a future update. Not sure if it is worth it, yet. I'm also unsure how an acceptable implementation could look xD.
I just hope nobody tries to change the flags in the Visual Studio project ... that would be awful.
LUL. Happens to the best. At least you learned something :D.Quote:
Ich muss mich bei dir entschuldigen, hab da einen sehr dummen fehler gemacht und CONFIG_IMGUI "Enable ImGui" ON nicht off gemacht da ich dachte es wären die in game GUI´s...