From 16c5fc3809deefc83259e4cb83ee599ef11c9dcf Mon Sep 17 00:00:00 2001 From: hgn Date: Tue, 28 Nov 2023 07:32:46 +0000 Subject: [PATCH] cull back of gate --- world_gate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world_gate.c b/world_gate.c index ba4701c..259260c 100644 --- a/world_gate.c +++ b/world_gate.c @@ -171,7 +171,7 @@ static int render_gate( world_instance *world, world_instance *world_inside, glStencilOp( GL_KEEP, GL_KEEP, GL_REPLACE ); glStencilFunc( GL_ALWAYS, 1, 0xFF ); glStencilMask( 0xFF ); - glDisable( GL_CULL_FACE ); + glEnable( GL_CULL_FACE ); m4x3f mmdl; ent_gate_get_mdl_mtx( gate, mmdl ); -- 2.25.1