Typo
This commit is contained in:
@@ -2739,7 +2739,7 @@ namespace lime {
|
||||
|
||||
OpenGLBindings::eglHandle = LoadLibraryW (L"libegl.dll");
|
||||
|
||||
if (!OpenGLBindings::handle) {
|
||||
if (!OpenGLBindings::eglHandle) {
|
||||
|
||||
result = false;
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user