frm: fix wind effect(?), increase motionSpeedMultiplier to 5

This commit is contained in:
somewhatlurker
2019-09-06 10:35:02 +10:00
parent 82f5d35e0a
commit 4ae24cea39
2 changed files with 46 additions and 1 deletions
@@ -19,6 +19,6 @@ namespace TLAC::Components
float *frameSpeed;
float *aetFrameDuration;
float defaultAetFrameDuration;
float motionSpeedMultiplier = 3.0;
float motionSpeedMultiplier = 5.0;
};
}