mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 21:40:11 +00:00
Print when an animation event is unhandled
This commit is contained in:
parent
0853fa335c
commit
04d4c125ba
@ -122,6 +122,8 @@ void CharacterController::markerEvent(float time, const std::string &evt)
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
std::cerr<< "Unhandled animation event: "<<evt <<std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user