We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Missing "return" in SimpleAudioEngine::getEffectsVolume() method on android platform
Missing "return" in SimpleAudioEngine::getEffectsVolume() method on android platform
Bug #1008 [Closed]
- Project changed from cocos2d-x to cpp
- Category deleted (
2) - Target version deleted (
cocos2d-1.0.1-x-0.12.0)
Status: | Closed | |
---|---|---|
Start date: | 2012-03-04 | |
Priority: | Normal | |
Due date: | ||
Assignee: | dumganhar | |
% Done: | 100% |
|
Category: | - | |
Target version: | - |
Refer to https://github.com/cocos2d/cocos2d-x/issues/745
The method getEffectsVolume in CocosDenshion/android/SimpleAudioEngine.cpp is missing the return.
float SimpleAudioEngine::getEffectsVolume()
{
getEffectsVolumeJNI();
}