Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDorob committed Mar 13, 2024
1 parent 8397943 commit 8bd3e82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ protected bool CanCollideWith(Thing thing, out float dist, out Vector3 point)
/// Tries to impact the thing based on whether it intersects the given flight path. Trees have RNG chance to not collide even on intersection.
/// </summary>
/// <param name="thing">What to impact</param>
/// <returns>True if impact occured, false otherwise</returns>
/// <returns>True if impact occurred, false otherwise</returns>
protected bool TryCollideWith(Thing thing)
{

Expand Down

0 comments on commit 8bd3e82

Please sign in to comment.