Skip to content

Commit cd8b330

Browse files
committed
90.644% zTrack: improve ClearCurrentZones ordering
1 parent 5b06c10 commit cd8b330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Speed/Indep/Src/World/TrackStreamer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ void TrackStreamer::ClearCurrentZones() {
648648
StartLoadingTime = 0.0f;
649649
NumJettisonedSections = 0;
650650
LoadingPhase = LOADING_IDLE;
651-
LoadingBacklog = 0.0f;
651+
LoadingBacklog = StartLoadingTime;
652652
CurrentZoneOutOfMemory = false;
653653
CurrentZoneAllocatedButIncomplete = false;
654654
CurrentZoneNonReplayLoad = false;

0 commit comments

Comments
 (0)