implement basic shader
This commit is contained in:
parent
563f235b2f
commit
cf0239c76e
6 changed files with 114 additions and 104 deletions
|
@ -826,6 +826,7 @@ public class Client implements IThreadListener {
|
|||
Font.unloadFonts();
|
||||
Font.loadFonts();
|
||||
Font.select(this.font);
|
||||
Shader.loadShaders();
|
||||
this.textureManager.onReload();
|
||||
this.modelManager.onReload();
|
||||
this.renderItem.onReload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue