diff --git a/Crawler/Monster.cpp b/Crawler/Monster.cpp index bb07b0d5..882edc53 100644 --- a/Crawler/Monster.cpp +++ b/Crawler/Monster.cpp @@ -299,7 +299,7 @@ AnimationState Monster::GetDeathAnimationName(){ return AnimationState::GREEN_SLIME_DIE; } case SLIME_BLUE:{ - return AnimationState::BLUE_SLIME_DIE; + return AnimationState::BLUE_SLIME_DIE; } case SLIME_RED:{ return AnimationState::RED_SLIME_DIE;