diff options
| -rw-r--r-- | futuregael/bin/data/17.wav | bin | 344630 -> 74698 bytes | |||
| -rw-r--r-- | futuregael/src/show.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/futuregael/bin/data/17.wav b/futuregael/bin/data/17.wav Binary files differindex 7d70aeb..eed8ea4 100644 --- a/futuregael/bin/data/17.wav +++ b/futuregael/bin/data/17.wav diff --git a/futuregael/src/show.h b/futuregael/src/show.h index 96804aa..5be4d16 100644 --- a/futuregael/src/show.h +++ b/futuregael/src/show.h @@ -114,7 +114,7 @@ public: float s=0.1f; - float p=((ofGetWidth()/4)*s)-(width*wordphase)-((ofGetWidth()/2)*s*wordphase); + float p=((ofGetWidth()/8)/s)-(width*wordphase)-(((ofGetWidth()/4)*wordphase)/s); float start=p; if (word1>-1&&word1<words.size()){ |
