diff options
Diffstat (limited to 'editor')
-rw-r--r-- | editor/imgui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp index 399a2e69..b4b17c88 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -204,6 +204,7 @@ void app::draw_light_info() void app::draw_lightmap_test() { +#if 0 fm_debug_assert(_tested_light != 0); constexpr auto preview_size = ImVec2{512, 512}; @@ -242,6 +243,7 @@ void app::draw_lightmap_test() ImGui::End(); if (!is_open) _tested_light = 0; +#endif } static constexpr auto SCENERY_POPUP_NAME = "##scenery-popup"_s; |