Forgot to comment out println
This commit is contained in:
parent
7d17d28a35
commit
8a61d0815f
@ -149,7 +149,7 @@ public class RenderingEngine {
|
||||
//get title bar size
|
||||
Globals.WINDOW_TITLE_BAR_HEIGHT = Globals.WINDOW_HEIGHT - bufferHeight;
|
||||
|
||||
System.out.println(Globals.WINDOW_TITLE_BAR_HEIGHT);
|
||||
// System.out.println(Globals.WINDOW_TITLE_BAR_HEIGHT);
|
||||
|
||||
Globals.WINDOW_WIDTH = bufferWidth;
|
||||
Globals.WINDOW_HEIGHT = bufferHeight;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user