godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.38k stars 21.26k forks source link

Fix Monitors tab incorrectly reporting integers as floats #99617

Closed carsonetb closed 1 day ago

carsonetb commented 1 day ago

This is a very small change that causes values in the monitor tab to be shown as integers if they are integers. Fixes #99577

Before change: image

After change: image

Floating point numbers are unaffected.

AThousandShips commented 1 day ago

See also:

Which I think is a far better solution

carsonetb commented 1 day ago

Oh yeah, I didn't realize there was a difference between quantity and default. I guess I can probably close this then.