deepnight / ldtk-haxe-api

LDtk level editor Haxe API (available on HaxeLib)
MIT License
94 stars 31 forks source link

TypeBuilder.hx - Not enough arguments for function dn.Version.lower #17

Closed Pieyre2 closed 2 years ago

Pieyre2 commented 2 years ago

D:/Programmes/HaxeToolkit/haxe/lib/ldtk-haxe-api/0,9,3-rc,1/src/ldtk/macro/TypeBuilder.hx:108: characters 7-59 : Not enough arguments, expected ignoreLabel:Bool

The problem comes from this call in function loadJSon where the third argument is not provided :

if( dn.Version.lower(json.jsonVersion, MIN_JSON_VERSION) )