mirror of https://github.com/axmolengine/axmol.git
debug
This commit is contained in:
parent
fd965f88d0
commit
143d8a3271
|
@ -67,6 +67,8 @@ public:
|
|||
virtual void touchesMoved(NSSet* touches, UIEvent* pEvent) = 0;
|
||||
virtual void touchesEnded(NSSet* touches, UIEvent* pEvent) = 0;
|
||||
virtual void touchesCancelled(NSSet* touches, UIEvent* pEvent) = 0;
|
||||
|
||||
virtual ~EGLTouchDelegate() {}
|
||||
};
|
||||
|
||||
/** CCTouchDispatcher.
|
||||
|
|
|
@ -510,6 +510,7 @@ bool CCXEGLView::isOpenGLReady()
|
|||
|
||||
void CCXEGLView::release()
|
||||
{
|
||||
CCX_SAFE_DELETE(m_pDelegate);
|
||||
CCX_SAFE_DELETE(m_pEGL);
|
||||
CloseWindow();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue