mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-10 01:09:10 -04:00
MSVC warnings (#5595)
This commit is contained in:
@ -117,7 +117,7 @@ int main(void)
|
||||
|
||||
frameCounter++;
|
||||
frameCounter %= (anims[0].keyframeCount);
|
||||
UpdateModelAnimation(robot, anims[0], frameCounter);
|
||||
UpdateModelAnimation(robot, anims[0], (float)frameCounter);
|
||||
|
||||
// Move light with arrow keys
|
||||
const float cameraSpeed = 0.05f;
|
||||
|
||||
Reference in New Issue
Block a user