-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
This line causes a problem
ds/src/ds/tools/NativeArrayTools.hx
Line 63 in 4b244ff
| untyped a.length = len; |
I fixed it this by removing the length setter for HL target...
#elseif hl
var a = [];
return a;
#else
var a = [];
untyped a.length = len;
return a;
#endI didn't open a pull request because I haven't done extensive tests beyond my own use case, but please look into this cos it's breaking my library on HL target.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels