fixed typo
This commit is contained in:
parent
1820f823cc
commit
3ee243bd57
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user