[GB.SDL2.AUDIO]
* BUG: Fix Music.Volume property. git-svn-id: svn://localhost/gambas/trunk@6782 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
b144324801
commit
327ad6bacf
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ GB_DESC MusicDesc[] =
|
|||
GB_STATIC_METHOD("Pause", NULL, Music_Pause, NULL),
|
||||
GB_STATIC_METHOD("Stop", NULL, Music_Stop, "[(FadeOut)f]"),
|
||||
|
||||
GB_STATIC_PROPERTY("Volume", "f", Music_Volume),
|
||||
GB_STATIC_PROPERTY("Volume", "i", Music_Volume),
|
||||
GB_STATIC_PROPERTY("Pos", "f", Music_Pos),
|
||||
|
||||
GB_STATIC_PROPERTY_READ("State", "i", Music_State),
|
||||
|
|
Loading…
Reference in a new issue