fix bug can't cast skill

This commit is contained in:
VDH
2026-02-26 16:25:52 +07:00
parent cfdd048415
commit a10cbb23b6
5 changed files with 11 additions and 9 deletions
-6
View File
@@ -419,12 +419,6 @@ namespace BrewMonster
{
pointCam.rotation = Quaternion.identity;
}
#if UNITY_EDITOR
if (Input.GetKeyDown(KeyCode.C))
{
ApplySkillShortcut(1);
}
#endif
// Update cursor based on what's under mouse
EstimateCursor();