cocos2d-objc icon indicating copy to clipboard operation
cocos2d-objc copied to clipboard

CCDirectorIOS 'drawScene' causes crash

Open substance-r2d2 opened this issue 8 years ago • 2 comments

Recently upgraded my project from 3.1 to 3.5. CCDirectorIOS has a call to 'drawScene' in 'mainLoop' screen shot 2016-08-12 at 12 10 26 pm screen shot 2016-08-12 at 12 10 39 pm

, but this seems to crash the application.

substance-r2d2 avatar Aug 12 '16 13:08 substance-r2d2

I solved the issue by implementing drawScene and initialising frameBuffer in CCDirectorIOS. Can anyone weigh in on this issue and also if my solution is proper ?

substance-r2d2 avatar Aug 13 '16 13:08 substance-r2d2

How to initialising frameBuffer?

FreeYXY avatar Oct 15 '21 07:10 FreeYXY