diff --git a/engine/gl/GlWindow.cpp b/engine/gl/GlWindow.cpp index 409061f..6f1dfb1 100644 --- a/engine/gl/GlWindow.cpp +++ b/engine/gl/GlWindow.cpp @@ -38,6 +38,8 @@ namespace Vixen::Gl { } #endif + glEnable(GL_FRAMEBUFFER_SRGB); + glfwDefaultWindowHints(); }