diff options
Diffstat (limited to 'main/debug.cpp')
-rw-r--r-- | main/debug.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/debug.cpp b/main/debug.cpp index e8d48d3e..a8d2e508 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -69,8 +69,6 @@ void app::_debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type typ void* app::register_debug_callback() { - GL::Renderer::setFeature(Feature::DebugOutput, true); - GL::Renderer::setFeature(Feature::DebugOutputSynchronous, true); GL::DebugOutput::setCallback(_debug_callback, this); GL::DebugOutput::setEnabled(true); |