Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Nov 28, 2024
1 parent 64c8d38 commit d8eaa07
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ enum PlaneOrientation: ubyte (

/// Plane spanned by X and Z axis.
Xz,

/// Plane spanned by Y and Z axis.
Yz,

/// Plane spanned by X and Y axis.
Xy (default), // we default to RFU cameras in the view.
}

0 comments on commit d8eaa07

Please sign in to comment.