We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200d7cd commit e356bd2Copy full SHA for e356bd2
flixel/FlxCamera.hx
@@ -608,7 +608,7 @@ class FlxCamera extends FlxBasic
608
609
// TODO: catch this error when the dev actually messes up, not in the draw phase
610
if (graphic.isDestroyed)
611
- throw 'Attempted to queue an invalid FlxDrawItem, did you destroy a cached sprite?';
+ throw 'Cannot queue ${graphic.key}. This sprite was destroyed.';
612
613
itemToReturn.graphics = graphic;
614
itemToReturn.antialiasing = smooth;
0 commit comments