mirror of
https://github.com/okalachev/flix.git
synced 2026-08-16 00:38:56 +00:00
Make Rate always trigger on first step
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ struct Value {
|
|||||||
class Rate {
|
class Rate {
|
||||||
public:
|
public:
|
||||||
float rate;
|
float rate;
|
||||||
float last = 0;
|
float last = -INFINITY;
|
||||||
Rate(float rate) : rate(rate) {}
|
Rate(float rate) : rate(rate) {}
|
||||||
|
|
||||||
operator bool() {
|
operator bool() {
|
||||||
|
|||||||
Reference in New Issue
Block a user