Fix variable name shadowing warning
This commit is contained in:
parent
e01aa152c1
commit
92bc513d9f
@ -803,7 +803,7 @@ unsigned int Texture::getMaximumSize()
|
||||
{
|
||||
checked = true;
|
||||
|
||||
TransientContextLock lock;
|
||||
TransientContextLock transientLock;
|
||||
|
||||
glCheck(glGetIntegerv(GL_MAX_TEXTURE_SIZE, &size));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user