diff options
Diffstat (limited to 'futuregael/src/show.h')
| -rw-r--r-- | futuregael/src/show.h | 2 |
1 files changed, 1 insertions, 1 deletions
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()){ |
