mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Changed number format in component editor
This commit is contained in:
@@ -324,7 +324,7 @@ namespace ImGui
|
||||
|
||||
SameLine();
|
||||
|
||||
char8* format = "%.3f";
|
||||
char8* format = "%.3g";
|
||||
|
||||
if (!numberFormat[i].IsWhiteSpace)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user