Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 时[[CCDirector sharedDirector] replaceScene:_VGameTest];,我收到以下错误,但只是偶尔。为什么会这样?
[[CCDirector sharedDirector] replaceScene:_VGameTest];
你不应该放:
[[CCDirector sharedDirector] replaceScene:[_VGameTest scene]];
在
[[CCDirector sharedDirector] replaceScene:_VGameTest];... ??