cleanup Engine.java
This commit is contained in:
@ -51,6 +51,7 @@ public class ObjectGl {
|
||||
|
||||
public void render(){
|
||||
this.shader.enable();
|
||||
this.shader.setUniformMat4f("transform", this.transform);
|
||||
this.vertexArray.render();
|
||||
this.shader.disable();
|
||||
}
|
||||
|
Reference in New Issue
Block a user