Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Round values in timer target speed check
math.floor() can result in one value being off by 1 because one was just barely below the whole integer while the other one was not. (floating point numbers \o/) Adding 0.5 for actual rounding avoids that problem. Closes #9
- Loading branch information