mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15925 from minggo/andriod-preload
[ci skip]return true for preload though it is not implemented
This commit is contained in:
commit
7828b505fe
|
@ -439,7 +439,7 @@ void AudioEngineImpl::preload(const std::string& filePath, std::function<void(bo
|
||||||
CCLOG("Preload not support on Anroid");
|
CCLOG("Preload not support on Anroid");
|
||||||
if (callback)
|
if (callback)
|
||||||
{
|
{
|
||||||
callback(false);
|
callback(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue