Skip to content

Commit

Permalink
Rollback fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzini authored Feb 25, 2024
1 parent 35ebd91 commit 13263ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static void main(String[] args)
while(true)
{
if (arena.rightPressed()) {
s.move(5, 0)
s.move(5, 0);
}
if (arena.leftPressed()) {
s.move(-5, 0);
Expand Down

0 comments on commit 13263ef

Please sign in to comment.