Skip to content
New issue

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

Sprites, Tilemaps, etc ignore FlxCamera.exists / active #50

Open
moly opened this issue Aug 30, 2012 · 0 comments
Open

Sprites, Tilemaps, etc ignore FlxCamera.exists / active #50

moly opened this issue Aug 30, 2012 · 0 comments
Labels

Comments

@moly
Copy link
Owner

moly commented Aug 30, 2012

FlxSprite, FlxTilemap and probably the rest of the Flixel objects do not check the state of an FlxCamera before drawing to its buffer. It should probably check either "exists" or "active" (or both?). As it stands if you create 3 cameras but only want one of them visible and actually rendering, the Flixel objects will still render to all 3 regardless if the cameras are active or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant