1
0
Fork 1
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:
Chris Robinson 2013-01-29 02:00:42 -08:00
parent 0853fa335c
commit 04d4c125ba

View file

@ -122,6 +122,8 @@ void CharacterController::markerEvent(float time, const std::string &evt)
}
return;
}
std::cerr<< "Unhandled animation event: "<<evt <<std::endl;
}