imrove debug logging
This commit is contained in:
parent
0be3f218e5
commit
324332c242
10 changed files with 37 additions and 27 deletions
|
@ -853,8 +853,6 @@ public class Client implements IThreadListener {
|
|||
GL15.glMatrixMode(GL15.GL_MODELVIEW);
|
||||
this.textureMap = new TextureMap();
|
||||
this.textureManager.loadTexture(TextureMap.BLOCKS, this.textureMap);
|
||||
this.textureManager.bindTexture(TextureMap.BLOCKS);
|
||||
TextureUtil.setParams();
|
||||
this.modelManager = new ModelManager(this.textureMap);
|
||||
this.modelManager.onReload();
|
||||
this.renderItem = new RenderItem(this.textureManager, this.modelManager);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue