Skip to content

Commit

Permalink
Added println
Browse files Browse the repository at this point in the history
  • Loading branch information
bagarozzi committed Jul 8, 2024
1 parent ef8b3d0 commit d354ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void waitForNextFrame(final long currentCycleStartTime) {
try {
Thread.sleep(BombarderoEngine.SLEEP_TIME - currentCycleElapsedTime);
} catch (IllegalArgumentException | InterruptedException e) {
e.printStackTrace();
System.out.println("Exception in thread sleeping: " + e.getMessage());
}
}
}
Expand Down

0 comments on commit d354ad1

Please sign in to comment.