Skip to content

Commit

Permalink
fix incorrect since in TransitionData.hx from #410
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Nov 16, 2023
1 parent 105f37a commit cffaaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flixel/addons/transition/TransitionData.hx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum abstract TransitionType(String)

/**
* Whether this transition will use a new camera, the top camera, or the default camera(s)
* @since 5.6.0
* @since 3.3.0
*/
enum TransitionCameraMode
{
Expand Down Expand Up @@ -67,7 +67,7 @@ class TransitionData implements IFlxDestroyable

/**
* Whether this transition will use a new camera, the top camera, or the default camera
* @since 5.6.0
* @since 3.3.0
*/
public var cameraMode:TransitionCameraMode = TOP;

Expand Down

0 comments on commit cffaaed

Please sign in to comment.