mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
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:
@ -78,4 +78,6 @@ object Constants {
|
||||
|
||||
const val rising = "Rising"
|
||||
const val lowering = "Lowering"
|
||||
|
||||
const val minimumMovementEpsilon = 0.05
|
||||
}
|
||||
|
Reference in New Issue
Block a user