Fixed warning!
This commit is contained in:
parent
62bc380d3d
commit
f9fef39baa
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -67,6 +67,7 @@ public class Window {
|
|||
public Window(int width, int height, String title) {
|
||||
this.width = width;
|
||||
this.height = height;
|
||||
this.title = title;
|
||||
|
||||
Window.title = title;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue