Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update CamOffset.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
will258012 committed Oct 3, 2023
1 parent 9bf5293 commit 488be83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FPSCamera/Configuration/CamOffset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private static CfOffset _CreateOffset(float forward, float up, float right = 0f,

private Dictionary<string, CfOffset> _offsets = new Dictionary<string, CfOffset>
{
["Bus"] = _CreateOffset(2.55f, .42f),
["Bus"] = _CreateOffset(2.55f, .42f),
["Biofuel Bus 01"] = _CreateOffset(2.1f, .2f),
["School Bus 01"] = _CreateOffset(.75f, .3f),

Expand Down

0 comments on commit 488be83

Please sign in to comment.