oh wait thats not it

This commit is contained in:
minjaesong
2023-08-11 21:08:35 +09:00
parent 62f0fd7c68
commit 24c971e4b8

View File

@@ -250,7 +250,7 @@ open class ActorHumanoid : ActorWithBody, Controllable, Pocketed, Factionable, L
}
private val downDownMinLength: Int
get() = (downDownMinLengthBase * gravitation.y.abs() / 9.8).ceilToInt()
get() = (downDownMinLengthBase * (gravitation.y.abs() / 9.8).sqrt()).ceilToInt()
private fun updateGamerControlBox() {
if (isGamer) {