fix skull cull
This commit is contained in:
parent
4ec8affe85
commit
e2f2417695
17 changed files with 42 additions and 38 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue