Forgot to comment out println

This commit is contained in:
austin 2021-11-05 22:48:12 -04:00
parent 7d17d28a35
commit 8a61d0815f

View File

@ -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;