From b426d2faf009228d788454f01edc2ab6a31dc3f3 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 3 May 2014 17:10:00 -0400 Subject: [PATCH] Age Loading now longer has a progress bar... ... So we don't need to show/hide the spinner... Or make the console flash. Stop aggravating me! --- Sources/Plasma/Apps/plClient/plClient.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/plClient.cpp b/Sources/Plasma/Apps/plClient/plClient.cpp index 8b72ae1f..7e4928e5 100644 --- a/Sources/Plasma/Apps/plClient/plClient.cpp +++ b/Sources/Plasma/Apps/plClient/plClient.cpp @@ -1749,11 +1749,6 @@ bool plClient::IUpdate() } bool plClient::IDrawProgress() { - // HACK: Don't draw while we're caching some room loads, otherwise the - // progress bar will jump around while we're calculating the size - if (fHoldLoadRequests) - return false; - // Reset our stats plProfileManager::Instance().BeginFrame();