Added Sprite::NewBlankSprite for use by NoteSkinManager. Removed default texture loading from Sprite::Sprite. Should fix problems with white banners and garbage on videos.

This commit is contained in:
Kyzentun
2014-08-02 00:38:40 -07:00
committed by Jonathan Payne
parent 2e43a70752
commit 2134151b90
3 changed files with 17 additions and 6 deletions
+3
View File
@@ -15,6 +15,9 @@ public:
Sprite( const Sprite &cpy );
virtual ~Sprite();
// See explanation in source.
static Sprite* NewBlankSprite();
virtual void InitState();
void LoadFromNode( const XNode* pNode );