Tested and fixed error reporting for NoteSkinManager. Changed Sprite::Sprite() to load the default texture.

This commit is contained in:
Kyzentun
2014-07-16 02:03:06 -06:00
committed by Jonathan Payne
parent aef6e287f9
commit 88f56cb0ec
2 changed files with 32 additions and 5 deletions
+3
View File
@@ -32,6 +32,9 @@ Sprite::Sprite()
m_fTexCoordVelocityX = 0;
m_fTexCoordVelocityY = 0;
// An uninitialized sprite should be valid to display. -Kyz
Load(TEXTUREMAN->GetDefaultTextureID());
}