1
0
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:
2013-12-20 17:14:18 -05:00
parent 67448aad66
commit 1cd4681980

View File

@ -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);
}
//============================================================================