You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this issue when I upgraded from Phaser 2.4.3 to 2.4.4. I use null sprites quite a bit to define hit areas over text, and in Phaser 2.4.4 I noticed that Phaser was using whatever the last created texture and displaying it on the null sprite instead of no texture.
Here's a test case with both a text sprite and some bitmap data: