X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;h=259260c0f006a3110409ec27d0fd7b5fc7c5e5ea;hb=fbc68c65e01838feb77f47b30994b45fcc39ebaf;hp=ba4701c81a5097b4ebe81f48f9303ccc222752a2;hpb=011d58eed52dab1ec6444b9a4d79365a66c38325;p=carveJwlIkooP6JGAAIwe30JlM.git 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 );