Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkwok committed Feb 25, 2016
2 parents 243bcaa + d29c0e6 commit 64eb39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WrightFlyerTour/Assets/_Scripts/AirplaneStartReset.cs
Expand Up @@ -21,7 +21,7 @@ public class AirplaneStartReset : MonoBehaviour {
}

public void resetAirplane() {
StartCoroutine(resetRigidBody(plane.rigidBody));
StartCoroutine(resetRigidBody(plane));
startPlaneSequence();
}

Expand Down

0 comments on commit 64eb39d

Please sign in to comment.