Merge "Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE"
This commit is contained in:
@@ -258,7 +258,7 @@ void GLEncoder::s_glPixelStorei(void *self, GLenum param, GLint value)
|
||||
{
|
||||
GLEncoder *ctx = (GLEncoder *)self;
|
||||
ctx->m_glPixelStorei_enc(ctx, param, value);
|
||||
LOG_ASSERT(ctx->m_state, "GLEncoder::s_glPixelStorei");
|
||||
ALOG_ASSERT(ctx->m_state, "GLEncoder::s_glPixelStorei");
|
||||
ctx->m_state->setPixelStore(param, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user