1
0
Fork 0

imrove debug logging

This commit is contained in:
Sen 2025-09-02 14:34:47 +02:00
parent 0be3f218e5
commit 324332c242
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
10 changed files with 37 additions and 27 deletions

View file

@ -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);