We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b06c10 commit cd8b330Copy full SHA for cd8b330
1 file changed
src/Speed/Indep/Src/World/TrackStreamer.cpp
@@ -648,7 +648,7 @@ void TrackStreamer::ClearCurrentZones() {
648
StartLoadingTime = 0.0f;
649
NumJettisonedSections = 0;
650
LoadingPhase = LOADING_IDLE;
651
- LoadingBacklog = 0.0f;
+ LoadingBacklog = StartLoadingTime;
652
CurrentZoneOutOfMemory = false;
653
CurrentZoneAllocatedButIncomplete = false;
654
CurrentZoneNonReplayLoad = false;
0 commit comments