mirror of https://github.com/axmolengine/axmol.git
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
This commit is contained in:
commit
aef13e31d9
|
@ -225,11 +225,8 @@ Boolean CCXEGLView::EventHandler(TApplication * pApp, EventType * pEvent)
|
|||
break;
|
||||
|
||||
case EVENT_WinPaint:
|
||||
if (CfgGetScreenStatus())
|
||||
{
|
||||
// draw
|
||||
CCDirector::sharedDirector()->preMainLoop();
|
||||
}
|
||||
// draw
|
||||
CCDirector::sharedDirector()->preMainLoop();
|
||||
bHandled = TRUE;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue