summaryrefslogtreecommitdiff
path: root/platform/uwp/context_egl_uwp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/uwp/context_egl_uwp.cpp')
-rw-r--r--platform/uwp/context_egl_uwp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/uwp/context_egl_uwp.cpp b/platform/uwp/context_egl_uwp.cpp
index 2da6c5897a..a6607ed42c 100644
--- a/platform/uwp/context_egl_uwp.cpp
+++ b/platform/uwp/context_egl_uwp.cpp
@@ -204,7 +204,8 @@ ContextEGL_UWP::ContextEGL_UWP(CoreWindow ^ p_window, Driver p_driver) :
mEglContext(EGL_NO_CONTEXT),
mEglSurface(EGL_NO_SURFACE),
driver(p_driver),
- window(p_window) {}
+ window(p_window),
+ vsync(false) {}
ContextEGL_UWP::~ContextEGL_UWP() {
cleanup();