diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-10-29 17:18:25 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-10-29 17:18:25 +0000 |
| commit | 1d2e4b56b0104b36da79b3fa5762645e85ccea3a (patch) | |
| tree | 55fa295de568fffd3e4560a7aef27080383265c1 /gui/src/chainImageSet.h | |
| parent | 746cf395f21451c41af6ac97e318e84dc4dcf3e2 (diff) | |
last minute fixes
Diffstat (limited to 'gui/src/chainImageSet.h')
| -rw-r--r-- | gui/src/chainImageSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h index 1cc44cd..879329a 100644 --- a/gui/src/chainImageSet.h +++ b/gui/src/chainImageSet.h @@ -13,7 +13,7 @@ class chainImageSet{ currentDefaultImageRatio=0.3; filename=""; outputSize=ofPoint(1024,576); - decayFactor=.999; + decayFactor=.9999; additive=false; intensity=1.0f; fitFactor=0.9f; |
