add an assert

This commit is contained in:
Glenn Maynard
2003-03-30 19:36:57 +00:00
parent f903483143
commit 95b0d3e082
+1
View File
@@ -300,6 +300,7 @@ void RageBitmapTexture::Create()
if(!m_uGLTextureID)
glGenTextures(1, &m_uGLTextureID);
ASSERT(m_uGLTextureID);
DISPLAY->SetTexture(this);