We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fbe12 commit 0c33c87Copy full SHA for 0c33c87
src/com/redomar/game/Game.java
@@ -27,7 +27,7 @@
27
* NPCs and customizes the player. Game is also responsible for changing the maps and levels, as well
28
* as displaying various messages on the screen (e.g. fps)
29
*/
30
-public class Game extends Canvas implements Runnable
+public class Game extends Canvas implements Runnable {
31
32
// Setting the size and name of the frame/canvas
33
private static final long serialVersionUID = 1L;
0 commit comments