mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Fixes for plAvatar
This commit is contained in:
@ -214,7 +214,7 @@ void plAvBrainGeneric::Activate(plArmatureModBase *avMod)
|
||||
fAvMod->SetReverseFBOnIdle(true);
|
||||
}
|
||||
|
||||
bool plAvBrainGeneric::IsRunningTask()
|
||||
bool plAvBrainGeneric::IsRunningTask() const
|
||||
{
|
||||
if ( fStages->size() > 0 )
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user