diff options
Diffstat (limited to 'dgedit/samplesorter.h')
-rw-r--r-- | dgedit/samplesorter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dgedit/samplesorter.h b/dgedit/samplesorter.h index ff45f3e..f277ff1 100644 --- a/dgedit/samplesorter.h +++ b/dgedit/samplesorter.h @@ -33,7 +33,7 @@ class Level { public: - int velocity; + float velocity; QMap<float, Selection> selections; }; @@ -74,7 +74,7 @@ private: Selection sel; - QVector<int> threshold; + QVector<double> threshold; bool threshold_is_moving; bool selection_is_moving_left; bool selection_is_moving_right; |