fix bug can't cast skill
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user