fixes baystruments (#11790)

* fix

* sigh
This commit is contained in:
kevinz000
2020-04-10 06:36:42 -07:00
committed by GitHub
parent 753be141be
commit d19dd8f2e1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#define INSTRUMENT_EXP_FALLOFF_MAX 10
/// Minimum volume for when the sound is considered dead.
#define INSTRUMENT_MIN_SUSTAIN_DROPOFF 30
#define INSTRUMENT_MIN_SUSTAIN_DROPOFF 0
#define SUSTAIN_LINEAR 1
#define SUSTAIN_EXPONENTIAL 2