-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(module): prevent float to int comparison and use int to int
Looped code was checking a float against an integer value for the stop event, preventing the stop event from ever happening, except for when an interruptable event happens. This fixes #62
- Loading branch information
Nicky Lenaers
committed
Feb 2, 2018
1 parent
662ae3b
commit b7fa36c
Showing
2 changed files
with
62 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters