Deprecate fx/fy/fz fully, they're gone now
[SugarCubes.git] / JackStahl.pde
index 05e2ec66e7c1ebdee6de1147ca31f60e87a11875..a840882f26be1bfc28403da8e721ea491513062f 100644 (file)
@@ -34,7 +34,7 @@ class Swim extends SCPattern {
 
   int beat = 0;
   float prevRamp = 0;
-  void run(int deltaMs) {
+  void run(double deltaMs) {
 
     // Sync to the beat
     float ramp = (float)lx.tempo.ramp();
@@ -146,7 +146,7 @@ class Balance extends SCPattern {
 
   int beat = 0;
   float prevRamp = 0;
-  void run(int deltaMs) {
+  void run(double deltaMs) {
 
     // Sync to the beat
     float ramp = (float)lx.tempo.ramp();