From 0fbb841c2dd5c76de867f47a9cf6d1d0fc83d9ee Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 22 Aug 2023 07:38:46 +0200 Subject: wip --- editor/imgui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor') 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; -- cgit v1.2.3