[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:
Benoît Minisini 2014-12-31 13:38:28 +00:00
parent b144324801
commit 327ad6bacf

View file

@ -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),