HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.92k stars 427 forks source link

Prevent "Unsupported recursive type" error when targeting HashLink #3170

Closed DigiEggz closed 3 weeks ago

DigiEggz commented 3 weeks ago

Referencing TweenOptions creates an issue when trying to compile to HashLink, causing TweenCallback to become ambiguous. Resolves #3149.

Geokureli commented 3 weeks ago

in the future make sure your settings.json's format options have "editor.formatOnSaveMode": "modifications" to avoid formatting entire files, rather than just the lines you changed

DigiEggz commented 3 weeks ago

in the future make sure your settings.json's format options have "editor.formatOnSaveMode": "modifications" to avoid formatting entire files, rather than just the lines you changed

Updated my settings and thanks for the tip.

Geokureli commented 3 weeks ago

Thanks!