summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--editor/imgui.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index 3a4d0245..5a6b2514 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -207,9 +207,6 @@ void app::do_lightmap_test()
if (!_tested_light)
return;
- //GL::Renderer::setScissor({{}, M->window_size()}); // FIXME
- GL::Renderer::disable(GL::Renderer::Feature::ScissorTest);
-
auto& w = M->world();
auto e_ = w.find_entity(_tested_light);