diff options
Diffstat (limited to 'src/gl')
-rw-r--r-- | src/gl/gl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gl/gl.c b/src/gl/gl.c index 106befe..be1d7a4 100644 --- a/src/gl/gl.c +++ b/src/gl/gl.c @@ -48,6 +48,7 @@ void setup_gl(lua_State *L, int honey_index) /* opengl capabilities */ hs_str_int("DEPTH_TEST", GL_DEPTH_TEST), + hs_str_int("CULL_FACE", GL_CULL_FACE), ); setup_shader(L, gl_index); |