Changed number format in component editor

This commit is contained in:
Simon Lübeß
2024-06-23 18:42:31 +02:00
parent c6eb705977
commit bbbbe833df
2 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ namespace ImGui
SameLine();
char8* format = "%.3f";
char8* format = "%.3g";
if (!numberFormat[i].IsWhiteSpace)
{