Skip to content

Commit

Permalink
Fix 4.x.x build
Browse files Browse the repository at this point in the history
  • Loading branch information
barisyild authored Jul 12, 2023
1 parent b089722 commit e0ff619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swf/exporters/animate/AnimateFrameObjectType.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package swf.exporters.animate;

#if (haxe_ver >= 4.0) enum #else @:enum #end AnimateFrameObjectType(Int) from Int to Int
#if (haxe_ver >= 4.0) enum #else @:enum #end abstract AnimateFrameObjectType(Int) from Int to Int
{
public var CREATE = 0;
public var UPDATE = 1;
Expand Down

0 comments on commit e0ff619

Please sign in to comment.