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;
}