Skip to content

Commit

Permalink
Merge pull request #132 from GG-Studio-990001/131-bug-argumentnullexc…
Browse files Browse the repository at this point in the history
…eption-value-cannot-be-null-parameter-name-_unity_self

PR again
  • Loading branch information
wooyn730 authored Nov 11, 2023
2 parents 61f00df + d75db97 commit 4e58083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Samples/PacmanClone/Scripts/Ghost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ private void OnCollisionEnter2D(Collision2D collision)
FindObjectOfType<PacmanGameManager>().PacmanEaten();
}
}
}
}
}

0 comments on commit 4e58083

Please sign in to comment.