summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-08-24 13:52:53 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-08-24 13:52:53 +0200
commit8f2c3df390c1b988ba50090333b03ab74d565ad6 (patch)
tree2508916f5b9395c88e14a38dc9a3bc301338867f /editor/imgui.cpp
parent0edb1929921c642d72f4cebd3acaf92b48739c82 (diff)
actually kill scissor test now
Diffstat (limited to 'editor/imgui.cpp')
-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);