add an assert
This commit is contained in:
@@ -300,6 +300,7 @@ void RageBitmapTexture::Create()
|
|||||||
|
|
||||||
if(!m_uGLTextureID)
|
if(!m_uGLTextureID)
|
||||||
glGenTextures(1, &m_uGLTextureID);
|
glGenTextures(1, &m_uGLTextureID);
|
||||||
|
ASSERT(m_uGLTextureID);
|
||||||
|
|
||||||
DISPLAY->SetTexture(this);
|
DISPLAY->SetTexture(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user