mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-09 16:59:09 -04:00
REVIEWED: Right timing
This commit is contained in:
@ -199,8 +199,8 @@ int main(void)
|
||||
}
|
||||
|
||||
// Update progress bars values with current frame for each animation
|
||||
float animFrameProgress0 = animCurrentFrame0;
|
||||
float animFrameProgress1 = animCurrentFrame1;
|
||||
animFrameProgress0 = animCurrentFrame0;
|
||||
animFrameProgress1 = animCurrentFrame1;
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Draw
|
||||
|
||||
Reference in New Issue
Block a user