removed warnings
This commit is contained in:
@@ -118,7 +118,7 @@ public class GamePanel extends JPanel implements Runnable {
|
||||
Graphics2D graphics2d = (Graphics2D) graphics;
|
||||
|
||||
// DEBUG
|
||||
long drawStart = 0;
|
||||
long drawStart;
|
||||
drawStart = System.nanoTime();
|
||||
|
||||
// TITLE SCREEN
|
||||
|
||||
Reference in New Issue
Block a user