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
Memory leak in FlxCamera. For example:
var i : int = 100; while(i--) { var cam:FlxCamera = new FlxCamera(0,0,FlxG.width,FlxG.height); FlxG.addCamera(cam); FlxG.removeCamera(cam, true); }
After this code in stage create memory usage over 100 mb. Also work with FlxG.resetCameras();
The text was updated successfully, but these errors were encountered:
Leak detected in function FlxG.createBitmap() cache.
Sorry, something went wrong.
Thanks for the report and the valuable clue, @erlioniel ! We will check that soon.
Dovyski
No branches or pull requests
Memory leak in FlxCamera. For example:
After this code in stage create memory usage over 100 mb. Also work with FlxG.resetCameras();
The text was updated successfully, but these errors were encountered: