return true for preload though it is not implemented

This commit is contained in:
minggo 2016-06-22 17:41:04 +08:00
parent b2c5e092e4
commit 465da95c01
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ void AudioEngineImpl::preload(const std::string& filePath, std::function<void(bo
CCLOG("Preload not support on Anroid");
if (callback)
{
callback(false);
callback(true);
}
}