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

@ -469,7 +469,7 @@ public class Game implements IThreadListener {
this.soundManager = new SoundManager(this);
Colorizer.reload();
GlState.enableTexture2D();
GlState.shadeModel(7425);
GlState.shadeModel(GL11.GL_SMOOTH);
GlState.clearDepth(1.0D);
GlState.enableDepth();
GlState.depthFunc(515);