-Fixed #99, horizontal volume slider issue

main
Harry van Haaren 2015-06-12 20:56:51 +01:00
parent f7846d238b
commit 224af01f25
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ Volume::Volume(int _x, int _y, int _w, int _h, const char *_label ):
ampR = 0;
compress = 0;
value( 0.78f );
orientationHorizontal = false;
}