mirror of
https://github.com/SFML/SFML.git
synced 2025-01-31 13:45:13 +08:00
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