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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user