This commit is contained in:
Camilla Berglund
2016-02-17 21:30:17 +01:00
parent be94eb67be
commit 2accdb76bd
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -68,9 +68,9 @@ static const char* getErrorString(EGLint error)
return "A NativeWindowType argument does not refer to a valid native window";
case EGL_CONTEXT_LOST:
return "The application must destroy all contexts and reinitialise";
default:
return "ERROR: UNKNOWN EGL ERROR";
}
return "UNKNOWN EGL ERROR";
}
// Returns the specified attribute of the specified EGLConfig