Skip to content

Commit

Permalink
whitespaces change
Browse files Browse the repository at this point in the history
  • Loading branch information
GidiRabi committed Nov 26, 2024
1 parent 0169638 commit 3b5de79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Assets/Scripts/PlayerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ private void Update()
{
Explode();
}

}

private void CheckSpeedIncrease()
Expand Down Expand Up @@ -239,4 +238,4 @@ private void OnDrawGizmosSelected()
Gizmos.color = Color.red;
Gizmos.DrawWireSphere(transform.position, explosionRadius);
}
}
}

0 comments on commit 3b5de79

Please sign in to comment.