HaxeFlixel / flixel

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

Fix FlxBGSprite render on camera zoom != 1 #3142

Closed richTrash21 closed 3 weeks ago

richTrash21 commented 1 month ago

additionally skip draw call if alpha is 0

Geokureli commented 3 weeks ago

can I get a simple scenario that showcases this change?

NVM, made my own

Geokureli commented 3 weeks ago

Thanks!