mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
more timers
This commit is contained in:
@@ -90,9 +90,16 @@ object WorldSimulator {
|
||||
updateXTo = updateXFrom + DOUBLE_RADIUS
|
||||
updateYTo = updateYFrom + DOUBLE_RADIUS
|
||||
}
|
||||
//moveFluids(delta)
|
||||
displaceFallables(delta)
|
||||
simulateWires(delta)
|
||||
|
||||
AppLoader.measureDebugTime("WorldSimulator.fluids") {
|
||||
//moveFluids(delta)
|
||||
}
|
||||
AppLoader.measureDebugTime("WorldSimulator.fallables") {
|
||||
displaceFallables(delta)
|
||||
}
|
||||
AppLoader.measureDebugTime("WorldSimulator.wires") {
|
||||
simulateWires(delta)
|
||||
}
|
||||
|
||||
//printdbg(this, "============================")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user