Patch - Adjusts UI and fixes a stats update call. - V14.5.36

Fixes an issue where the stats update function was not being called correctly, ensuring accurate and up-to-date information is displayed.
This commit is contained in:
2025-10-13 11:26:36 +02:00
parent af5473f6e3
commit 13fc189ee8
4 changed files with 8 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ Collapsed=0
DockId=0x00000006,0
[Window][render Stats]
Pos=0,630
Size=1584,231
Pos=0,562
Size=1217,231
Collapsed=0
DockId=0x00000009,0
@@ -28,7 +28,7 @@ DockId=0x0000000B,0
[Window][Terrain]
Pos=0,19
Size=266,842
Size=266,541
Collapsed=0
DockId=0x00000007,0
@@ -45,8 +45,8 @@ Collapsed=0
DockId=0x0000000B,0
[Window][Engine Settings]
Pos=1267,19
Size=317,842
Pos=1219,19
Size=317,774
Collapsed=0
DockId=0x00000006,0

View File

@@ -1977,7 +1977,7 @@ void application_class::update_stats_after_modification()
{
if (stats_)
{
stats_ -> update_geometric_stats();
stats_-> update_geometric_stats();
}
}

BIN
x64/Debug/config.txt (Stored with Git LFS)

Binary file not shown.

BIN
x64/Release/config.txt (Stored with Git LFS)

Binary file not shown.