mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-11 14:21:52 +09:00
epsilon redef
This commit is contained in:
@@ -1928,8 +1928,8 @@ open class ActorWithBody : Actor {
|
||||
*/
|
||||
@Transient const val GAME_TO_SI_ACC = (Terrarum.PHYS_TIME_FRAME * Terrarum.PHYS_TIME_FRAME) / METER
|
||||
|
||||
@Transient const val PHYS_EPSILON_DIST = 0.00001
|
||||
// @Transient const val PHYS_EPSILON_VELO = 0.0001
|
||||
@Transient const val PHYS_EPSILON_DIST = 1.0 / 65536.0
|
||||
// @Transient const val PHYS_EPSILON_VELO = 1.0 / 8192.0
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user