diff --git a/cocos/platform/win8.1-universal/OpenGLES.h b/cocos/platform/win8.1-universal/OpenGLES.h index 1a57b68739..e2e7d7e8aa 100644 --- a/cocos/platform/win8.1-universal/OpenGLES.h +++ b/cocos/platform/win8.1-universal/OpenGLES.h @@ -39,10 +39,10 @@ public: void MakeCurrent(const EGLSurface surface); EGLBoolean SwapBuffers(const EGLSurface surface); void Reset(); + void Cleanup(); private: void Initialize(); - void Cleanup(); private: EGLDisplay mEglDisplay;