summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Managers/HitManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Managers/HitManager.cs')
-rw-r--r--Assets/Scripts/Managers/HitManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Managers/HitManager.cs b/Assets/Scripts/Managers/HitManager.cs
index 9ccb3b39..d16a462c 100644
--- a/Assets/Scripts/Managers/HitManager.cs
+++ b/Assets/Scripts/Managers/HitManager.cs
@@ -114,7 +114,7 @@ public class HitManager : Singleton<HitManager>
hurtbox.Host.OnHurt(hurtInfo);
// 场景处理特效等
- BattleManager.Instance.OnHitOccured();
+ BattleManager.Instance.OnHitOccur();
}
}
}