diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-24 13:52:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-24 13:52:53 +0200 |
commit | 8f2c3df390c1b988ba50090333b03ab74d565ad6 (patch) | |
tree | 2508916f5b9395c88e14a38dc9a3bc301338867f /editor | |
parent | 0edb1929921c642d72f4cebd3acaf92b48739c82 (diff) |
actually kill scissor test now
Diffstat (limited to 'editor')
-rw-r--r-- | editor/imgui.cpp | 3 |
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); |