Skip to content

Commit

Permalink
Bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnum committed Sep 1, 2020
1 parent 66681be commit eae8d68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,9 @@ ASALocalRun/
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb
healthchecksdb



/ManoMachine/data/icon 2.svg
/ManoMachine/data/icon.svg
4 changes: 2 additions & 2 deletions ManoMachine/SimulatorBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ private void simulator_Stopped()

UpdateValues();
if (simulator.State.S)
UpdateNextuOp("- Machine Halted");
else
UpdateNextuOp("- Machine Stopped");
else
UpdateNextuOp("- Machine Halted");
UpdateNextuOp();
}
}
Expand Down

0 comments on commit eae8d68

Please sign in to comment.