mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Naïve fix for draw-loop starving.
Herp derp, it helps to fire off the update callback once an object is read...
This commit is contained in:
@ -190,6 +190,8 @@ void plNCAgeJoiner::IResMgrProgressBarCallback (plKey key) {
|
||||
if (s_instance)
|
||||
s_instance->progressBar->SetStatusText(key->GetName());
|
||||
#endif
|
||||
if (s_instance)
|
||||
s_instance->progressBar->Increment(1);
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
Reference in New Issue
Block a user