Fixed typo
This commit is contained in:
@@ -568,7 +568,7 @@ void GraphicsContext::swapBuffers()
|
||||
{
|
||||
if (isCurrent())
|
||||
{
|
||||
swapBuffersCallbackOrImplemenation();
|
||||
swapBuffersCallbackOrImplementation();
|
||||
clear();
|
||||
}
|
||||
else if (_graphicsThread.valid() &&
|
||||
@@ -579,7 +579,7 @@ void GraphicsContext::swapBuffers()
|
||||
else
|
||||
{
|
||||
makeCurrent();
|
||||
swapBuffersCallbackOrImplemenation();
|
||||
swapBuffersCallbackOrImplementation();
|
||||
clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user