diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-09-22 18:32:19 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-09-22 18:32:19 +0100 |
| commit | 650035a044959c036116502be756c585c5fee40d (patch) | |
| tree | 7d008f7571a7dfec2c84762355c27e8dc35a4420 /futuregael/src/show.h | |
| parent | a25520f4823642d5fed12e542b0186c0b8dcd1eb (diff) | |
final pieces
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()){ |
