mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-05 06:40:09 +00:00
Don't warn twice when unable to play an idle animation
This commit is contained in:
parent
61c3835637
commit
6fce49bfb5
@ -407,7 +407,6 @@ namespace MWMechanics
|
||||
{
|
||||
if(!playIdle(actor, idleAnimation))
|
||||
{
|
||||
std::cerr<< "Unable to play idle animation "<<idleAnimation<<" for " << actor.getCellRef().getRefId() << std::endl;
|
||||
storage.mBadIdles.push_back(idleAnimation);
|
||||
storage.mState = Wander_ChooseAction;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user