Skip to content

Commit

Permalink
Fixed compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Nov 30, 2023
1 parent a2ffb44 commit 3b49524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engines/FlatRedBallXNA/FlatRedBall/Camera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public float AbsoluteRightXEdge
}
else
{
throw new NotImplementedException("Setting the AbsoluteRightXEdge is not supported for perspective cameras.")
throw new NotImplementedException("Setting the AbsoluteRightXEdge is not supported for perspective cameras.");
}
}
}
Expand Down

0 comments on commit 3b49524

Please sign in to comment.