diff options
Diffstat (limited to 'editor')
-rw-r--r-- | editor/imgui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<const light&>(*e_); light_s L { |