Browse Source

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!
Adam Johnson 10 years ago
parent
commit
b426d2faf0
  1. 5
      Sources/Plasma/Apps/plClient/plClient.cpp

5
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();

Loading…
Cancel
Save