mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Reviewed spacings on latest PR
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user