mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 23:56:07 +09:00
precedence of the elvis operator is still confusing :(
This commit is contained in:
@@ -119,11 +119,11 @@ class BasicDebugInfoWindow : UICanvas() {
|
||||
+ ccG
|
||||
+ "${WorldCamera.y}")
|
||||
|
||||
printLine(batch, 3, "veloX reported $ccG${player.externalV.x}")
|
||||
printLine(batch, 4, "veloY reported $ccG${player.externalV.y}")
|
||||
printLine(batch, 3, "veloX external $ccG${player.externalV.x}")
|
||||
printLine(batch, 4, "veloY external $ccG${player.externalV.y}")
|
||||
|
||||
printLine(batch, 5, "p_WalkX $ccG${player.controllerV?.x}")
|
||||
printLine(batch, 6, "p_WalkY $ccG${player.controllerV?.y}")
|
||||
printLine(batch, 5, "veloX control $ccG${player.controllerV?.x}")
|
||||
printLine(batch, 6, "veloY control $ccG${player.controllerV?.y}")
|
||||
|
||||
printLineColumn(batch, 2, 3, "veloX measured $ccG${xdelta / updateCount}")
|
||||
printLineColumn(batch, 2, 4, "veloY measured $ccG${ydelta / updateCount}")
|
||||
|
||||
Reference in New Issue
Block a user