Fix data race with mixer thread performance measurements
This commit is contained in:
@@ -3237,6 +3237,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