fixed typo

This commit is contained in:
nexovec 2022-01-28 21:57:59 +01:00
parent 1820f823cc
commit 3ee243bd57

View File

@ -62,7 +62,7 @@ public class PlayerController : MonoBehaviour
{ {
if (collision.gameObject.tag == "platform") if (collision.gameObject.tag == "platform")
{ {
this.gameObject.tranform.rotation = collision.gameObject.transform.rotation; this.gameObject.transform.rotation = collision.gameObject.transform.rotation;
} }
} }
} }