mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-13 02:29:10 -04:00
Minor tweaks to avoid some CodeQL warnings
This commit is contained in:
@ -362,7 +362,7 @@ static int screenshotCounter = 0; // Screenshots counter
|
||||
#endif
|
||||
|
||||
#if defined(SUPPORT_GIF_RECORDING)
|
||||
int gifFrameCounter = 0; // GIF frames counter
|
||||
unsigned int gifFrameCounter = 0; // GIF frames counter
|
||||
bool gifRecording = false; // GIF recording state
|
||||
MsfGifState gifState = { 0 }; // MSGIF context state
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user