Skip to content

Commit fbd98ec

Browse files
Fixed bug in LoadGLFunctions Android helper
1 parent ac2b964 commit fbd98ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngineOpenGL/src/GLStubsAndroid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ void LoadGLFunctions()
295295
if (Fn != nullptr)
296296
break;
297297
}
298-
if (Fn != nullptr)
298+
if (Fn == nullptr)
299299
Fn = FnStub;
300300
};
301301

0 commit comments

Comments
 (0)