mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 02:09:17 -05:00
REVIEWED: Potential code issues reported by CodeQL #3476
This commit is contained in:
@ -75,9 +75,9 @@ int main(void)
|
||||
bool eventRecording = false;
|
||||
bool eventPlaying = false;
|
||||
|
||||
int frameCounter = 0;
|
||||
int playFrameCounter = 0;
|
||||
int currentPlayFrame = 0;
|
||||
unsigned int frameCounter = 0;
|
||||
unsigned int playFrameCounter = 0;
|
||||
unsigned int currentPlayFrame = 0;
|
||||
|
||||
SetTargetFPS(60);
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user