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
This works fine in the game. But when I press the home button and go back to the game the Texture has disappeared. If I use a normale Texture (for example the texture of another I sprite initalised with a png-Texture) then the Texture don't disappear.
So it seems that there is a bug in CCRendertexture that makes this texture disappear after resume.
The text was updated successfully, but these errors were encountered:
I create a CCRenderTexture (inTexture) and put this texture into a Sprite (cardSprite)
cardSprite = CCSprite.sprite(inTexture.getSprite().getTexture());
This works fine in the game. But when I press the home button and go back to the game the Texture has disappeared. If I use a normale Texture (for example the texture of another I sprite initalised with a png-Texture) then the Texture don't disappear.
So it seems that there is a bug in CCRendertexture that makes this texture disappear after resume.
The text was updated successfully, but these errors were encountered: