fix skull cull

This commit is contained in:
Sen 2025-03-19 22:40:25 +01:00
parent 4ec8affe85
commit e2f2417695
17 changed files with 42 additions and 38 deletions

View file

@ -217,6 +217,11 @@ public class GlState
cullState.cullFace.setDisabled();
}
public static boolean isCullEbabled()
{
return cullState.cullFace.currentState;
}
public static void cullFace(int mode)
{
if (mode != cullState.mode)