mirror of https://github.com/axmolengine/axmol.git
return true for preload though it is not implemented
This commit is contained in:
parent
b2c5e092e4
commit
465da95c01
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue