summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-08-22 07:38:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-08-22 07:40:06 +0200
commit0fbb841c2dd5c76de867f47a9cf6d1d0fc83d9ee (patch)
treec266fd65fc27bda5de453fce26feaf16a85fe7ff /editor
parent4c91679a1cdbb1804f1ddd570e020269c4a59524 (diff)
wip
Diffstat (limited to 'editor')
-rw-r--r--editor/imgui.cpp2
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;