aboutsummaryrefslogtreecommitdiffstats
path: root/faqe.c
diff options
context:
space:
mode:
Diffstat (limited to 'faqe.c')
-rw-r--r--faqe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/faqe.c b/faqe.c
index 6d674a5..5098429 100644
--- a/faqe.c
+++ b/faqe.c
@@ -89,6 +89,8 @@ int main(int argc, char **argv)
viewport(uni.proj, WIDTH, HEIGHT);
gl_enable(GL_DEPTH_TEST);
+ gl_enable(GL_FRAMEBUFFER_SRGB);
+ gl_enable(GL_CULL_FACE);
while (running) {
mat4x4 model;