Fix: Data race with mixer thread performance measurements
This commit is contained in:

committed by
Michael Lutz

parent
0fae0599b7
commit
64b437fa89
@@ -3067,6 +3067,9 @@ void UpdateWindows()
|
||||
PerformanceMeasurer framerate(PFE_DRAWING);
|
||||
PerformanceAccumulator::Reset(PFE_DRAWWORLD);
|
||||
|
||||
extern void ProcessPendingPerformanceMeasurements();
|
||||
ProcessPendingPerformanceMeasurements();
|
||||
|
||||
CallWindowRealtimeTickEvent(delta_ms);
|
||||
|
||||
static GUITimer network_message_timer = GUITimer(1);
|
||||
|
Reference in New Issue
Block a user