Open substance-r2d2 opened 8 years ago
Recently upgraded my project from 3.1 to 3.5. CCDirectorIOS has a call to 'drawScene' in 'mainLoop'
, but this seems to crash the application.
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 ?
How to initialising frameBuffer?
Recently upgraded my project from 3.1 to 3.5. CCDirectorIOS has a call to 'drawScene' in 'mainLoop'
, but this seems to crash the application.