Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
fixed bug with single stepping #2343
Browse files Browse the repository at this point in the history
  • Loading branch information
terfloth committed Oct 17, 2018
1 parent e8d141c commit 01027ef
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ public void resume() {

@Override
public void step() {
Thread thread = new Thread(queueWorker);
thread.start();
if (suspended) {
timeLeapToNextEvent();
}
}

@Override
Expand Down

0 comments on commit 01027ef

Please sign in to comment.