diff options
-rw-r--r-- | opengl/libs/EGL/egl_display.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/EGL/egl_display.cpp b/opengl/libs/EGL/egl_display.cpp index 226d58f98d..eb970d9c11 100644 --- a/opengl/libs/EGL/egl_display.cpp +++ b/opengl/libs/EGL/egl_display.cpp @@ -336,6 +336,7 @@ EGLBoolean egl_display_t::initialize(EGLint *major, EGLint *minor) { mVendorString = sVendorString; mVersionString.clear(); cnx->driverVersion = EGL_MAKE_VERSION(1, 4, 0); + mVersionString = sVersionString14; if ((cnx->major == 1) && (cnx->minor == 5)) { mVersionString = sVersionString15; cnx->driverVersion = EGL_MAKE_VERSION(1, 5, 0); |