mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 09:23:51 +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;
|
||||
}
|
||||
|
||||
std::cerr<< "Unhandled animation event: "<<evt <<std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue