mirror of https://github.com/axmolengine/axmol.git
Fixes missing return value of onWavClose function. (#18544)
This commit is contained in:
parent
e127c353f6
commit
a664e6d5b3
|
@ -52,6 +52,7 @@ int AudioDecoderWav::onWavSeek(void* datasource, long offset, int whence)
|
||||||
|
|
||||||
int AudioDecoderWav::onWavClose(void* datasource)
|
int AudioDecoderWav::onWavClose(void* datasource)
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AudioDecoderWav::decodeToPcm()
|
bool AudioDecoderWav::decodeToPcm()
|
||||||
|
|
Loading…
Reference in New Issue