fixed typo

This commit is contained in:
nexovec 2022-01-28 21:57:59 +01:00
parent 1820f823cc
commit 3ee243bd57
1 changed files with 1 additions and 1 deletions

View File

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