Fixed bugs with unit movement (#5126)

* Fixed bugs with unit movement

* Optimized function call

* Cleaning up some code

* Removed comments that are no longer applicable
This commit is contained in:
Xander Lenstra
2021-09-08 20:11:59 +02:00
committed by GitHub
parent 7297139594
commit e2a1e44282
4 changed files with 49 additions and 38 deletions

View File

@ -78,4 +78,6 @@ object Constants {
const val rising = "Rising"
const val lowering = "Lowering"
const val minimumMovementEpsilon = 0.05
}