Skip to content

Commit ed7e0cb

Browse files
committed
(hopefully) fix z property macro
1 parent 823f800 commit ed7e0cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/funkin/macros/ZProperty.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ class ZProperty
3535
{
3636
var fields:Array<Field> = Context.getBuildFields();
3737

38-
var todo:haxe.macro.Function = {
38+
var todo:Function = {
3939
args: []
4040
};
41+
4142
todo.expr = macro
4243
{
4344
this.sort((i:Int, basic1:flixel.FlxBasic, basic2:flixel.FlxBasic) ->

0 commit comments

Comments
 (0)