summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-06-11 02:40:06 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-06-11 02:40:06 +0200
commit04b9df316971e0cb897605fdabb16da712f3f791 (patch)
tree3c54c390ec3f42fc8d66d6f3f9bb7b36b2feeb08 /editor
parentd63ae5ac3af050be4439b8d9f9d0c06f94058b7c (diff)
wip
Diffstat (limited to 'editor')
-rw-r--r--editor/imgui.cpp1
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 {