EMI: Add missing break

This commit is contained in:
Joel Teichroeb 2014-06-01 11:11:02 -07:00
parent 2920822e60
commit 684f51f7f3

View File

@ -60,6 +60,7 @@ void EMIAnimComponent::setKey(int f) {
switch (f) {
case 0: // Stop
_animState->stop();
break;
case 1: // Play
_animState->play();
break;