We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e17512 commit 3b0d2a6Copy full SHA for 3b0d2a6
Assets/Lua/Doom/things-lines.lua
@@ -500,10 +500,10 @@ local function iterate()
500
local shortest_dist = math.maxinteger
501
502
texts.player = string.format(
503
- " X: %.5f\n Y: %.5f\n Z: %.2f\n" ..
504
- "distX: %.5f\ndistY: %.5f\ndistZ: %.2f\n" ..
505
- " momX: %.5f\n momY: %.5f\n" ..
506
- "distM: %f\n dirM: %f\nangle: %d",
+ " X: %.6f\n Y: %.6f\n Z: %.2f\n" ..
+ "distX: %.6f\ndistY: %.6f\ndistZ: %.2f\n" ..
+ " momX: %.6f\n momY: %.6f\n" ..
+ "distM: %.6f\n dirM: %.6f\nangle: %d",
507
player.x,
508
player.y,
509
player.z,
0 commit comments