Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
225 stars 126 forks source link

CCControlButton does not reinit its texture #448

Closed totallyeviljake closed 9 years ago

totallyeviljake commented 9 years ago
  1. Create CCControlButton
  2. Manually dispose the Texture2d object, getting it from the cache
  3. Create another CCControlButton, same texture result is all buttons have no textures
totallyeviljake commented 9 years ago

User reports that this works for resuming textures properly. This needs a test case to track.