diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6a6f9ee..c690391 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -83,6 +83,7 @@ void run() { glDepthFunc(GL_LEQUAL); glEnable(GL_CULL_FACE); + glFrontFace(GL_CCW); glCullFace(GL_BACK); U64 time = 0; |
