mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 03:16:30 -05:00
Cosmetics.
This commit is contained in:
@@ -468,7 +468,7 @@ Renderer::Renderer()
|
||||
glClearDepthf = ClearDepthf;
|
||||
}
|
||||
|
||||
if (!(GLExtensions::Version() >= 320))
|
||||
if (GLExtensions::Version() < 320)
|
||||
{
|
||||
glFramebufferTexture = FramebufferTexture;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user