From 0718150cd0b005b509b88637a36273fb1bfd5e24 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Fri, 16 Jun 2023 09:50:22 -0500 Subject: [PATCH] Test commit. --- Crawler/Monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;