Remove final from window width/height
This commit is contained in:
@@ -13,7 +13,7 @@ import org.lwjgl.opengl.*;
|
||||
import org.lwjgl.system.*;
|
||||
|
||||
public class Window {
|
||||
private final int width, height;
|
||||
private int width, height;
|
||||
private final String title;
|
||||
private long glfwWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user