Removed dead air from mode selection audio and removed commented out code

This commit is contained in:
Gregory Campbell
2020-07-22 20:28:11 -04:00
parent 95eabfac13
commit 7a095cc25b
4 changed files with 0 additions and 2 deletions
-2
View File
@@ -1090,8 +1090,6 @@ public class GMScript : MonoBehaviour
yield return new WaitForSeconds(
enemyAttackAnim.GetCurrentAnimatorStateInfo(0).length*0.45f);
//enemyAttackAnim.SetTrigger("AttackTrigger");
}
IEnumerator PreAttackBuffAnimEnemy()