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