mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-05 23:41:24 +00:00
Print when an animation event is unhandled
This commit is contained in:
parent
0853fa335c
commit
04d4c125ba
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ void CharacterController::markerEvent(float time, const std::string &evt)
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::cerr<< "Unhandled animation event: "<<evt <<std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue