@BonBonSlick wrote:
This error exists in cocos2d v4.0
bool PlayScene::init()
{
if (!Scene::init())
{
return false;
}
AudioEngine::preload(“sounds/hit.mp3”);.... AudioEngine::play2d("sounds/hit.mp3");
Then when game closed, exception thrown.
Posts: 2
Participants: 2