We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input file
class Main { static function main() { #if (haxe_ver < "4.0.0") if (Std.is(data, Access)) #else if (Std.is(data, Xml)) #end { source = data; } else if (Std.is(data, ValidByteArray)) { var bytes:ValidByteArray = cast data; source = new Access(Xml.parse(bytes.toString())); source = source.node.tileset; } else { throw "Unknown TMX tileset format"; } } }
Broken output
The text was updated successfully, but these errors were encountered:
HaxeFlixel/flixel-addons@84e043a
No branches or pull requests
Input file
Broken output
The text was updated successfully, but these errors were encountered: