mirror of https://github.com/axmolengine/axmol.git
made Cleanup() public
This commit is contained in:
parent
c3335551b8
commit
22daece170
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue