mirror of https://github.com/axmolengine/axmol.git
fixed #716: don't convert effect volume to int
This commit is contained in:
parent
e2315d92b5
commit
8fbe6dcb3f
|
@ -204,7 +204,7 @@ namespace CocosDenshion
|
|||
|
||||
float SimpleAudioEngine::getEffectsVolume()
|
||||
{
|
||||
return (int)static_getEffectsVolume();
|
||||
return static_getEffectsVolume();
|
||||
}
|
||||
|
||||
void SimpleAudioEngine::setEffectsVolume(float volume)
|
||||
|
|
Loading…
Reference in New Issue