From 04b9df316971e0cb897605fdabb16da712f3f791 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Jun 2023 02:40:06 +0200 Subject: wip --- editor/imgui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor') diff --git a/editor/imgui.cpp b/editor/imgui.cpp index c48dbed1..82fe42b1 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -218,7 +218,6 @@ void app::draw_lightmap_test() if (e_ && ImGui::Begin("Lightmap", &is_open, flags)) { - constexpr auto tile_size = TILE_SIZE2.sum()/2; fm_assert(e_->type() == entity_type::light); const auto& li = static_cast(*e_); light_s L { -- cgit v1.2.3