ref_gl: gl_triapi: fixed culling enum in TriCullFace (#522)

This commit is contained in:
Vladimir
2021-07-09 20:55:31 +09:00
committed by GitHub
parent 5d307d603c
commit 9ffc02b6e9

View File

@@ -338,7 +338,7 @@ void TriCullFace( TRICULLSTYLE mode )
break;
}
GL_Cull( mode );
GL_Cull( glMode );
}
/*