diff options
Diffstat (limited to 'games/koala_seasons/screens/screen_title.c')
| -rw-r--r-- | games/koala_seasons/screens/screen_title.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/koala_seasons/screens/screen_title.c b/games/koala_seasons/screens/screen_title.c index 0459906d..21a4df51 100644 --- a/games/koala_seasons/screens/screen_title.c +++ b/games/koala_seasons/screens/screen_title.c @@ -337,8 +337,8 @@ void UpdateTitleScreen(void) if (framesCounter < duration) { - currentValue1 = BounceEaseOut((float) framesCounter, initValue1, (finishValue1 - initValue1), duration); - currentValue2 = BounceEaseOut((float) framesCounter, initValue2, (finishValue2 - initValue2), duration); + currentValue1 = BounceEaseOut((float)framesCounter, initValue1, (finishValue1 - initValue1), duration); + currentValue2 = BounceEaseOut((float)framesCounter, initValue2, (finishValue2 - initValue2), duration); } thisFrame += 1*TIME_FACTOR; |
