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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user