Skip to content

Commit

Permalink
Merge pull request #69 from mrwedders/compilation-fix
Browse files Browse the repository at this point in the history
Add new optional parameters for haxe.macro.Var to fix compilation on Haxe 4.3+
  • Loading branch information
saharan authored May 16, 2024
2 parents e8dd122 + 567ddd1 commit 9ded5ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/oimo/m/B.hx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ class B {
type: macro:Float,
expr: null,
meta: null,
isFinal: false
isFinal: false,
isStatic: null,
namePos: null
};
}));
}
Expand Down

0 comments on commit 9ded5ee

Please sign in to comment.