1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

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!
This commit is contained in:
2014-05-03 17:10:00 -04:00
parent 6324df3d0f
commit b426d2faf0

View File

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