From 8f2c3df390c1b988ba50090333b03ab74d565ad6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 24 Aug 2023 13:52:53 +0200 Subject: actually kill scissor test now --- editor/imgui.cpp | 3 --- 1 file changed, 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); -- cgit v1.2.3