Skip to content

Commit 0c33c87

Browse files
authored
CI test worked, Returning to normal
1 parent f3fbe12 commit 0c33c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/redomar/game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* NPCs and customizes the player. Game is also responsible for changing the maps and levels, as well
2828
* as displaying various messages on the screen (e.g. fps)
2929
*/
30-
public class Game extends Canvas implements Runnable
30+
public class Game extends Canvas implements Runnable {
3131

3232
// Setting the size and name of the frame/canvas
3333
private static final long serialVersionUID = 1L;

0 commit comments

Comments
 (0)