Skip to content

Commit

Permalink
Update ClocktowerMission.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bttf92 committed Jul 25, 2021
1 parent 69107a6 commit 3d2ace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BackToTheFutureV/Story/Missions/ClocktowerMission.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ internal class ClocktowerMission : Mission

public const Hash LightningRunStreet = unchecked((Hash)(-119993883));

private FrametimeHelper ptfxHelper = new FrametimeHelper(60);
private FrameTimeHelper ptfxHelper = new FrameTimeHelper(60);

private Vector3 checkPos = new Vector3(41.5676f, 6585.7378f, 30.3686f);

Expand Down

0 comments on commit 3d2ace2

Please sign in to comment.