Skip to content

Commit

Permalink
Twice the speed!
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpe committed Jan 18, 2010
1 parent 7bcee83 commit 0418b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robocrack/engine/simulator/SimulatorRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class SimulatorRunner implements Observer
{
private static final int STEP_INTERVAL_MSEC = 100;
private static final int STEP_INTERVAL_MSEC = 50;

private final Simulator simulator;
private Timer stepTimer = null;
Expand Down

0 comments on commit 0418b57

Please sign in to comment.