mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-20 02:08:14 +00:00
Tweak on variable init
This commit is contained in:
@@ -1644,7 +1644,6 @@ static Font LoadBMFont(const char *fileName)
|
||||
#define MAX_BUFFER_SIZE 256
|
||||
|
||||
Font font = { 0 };
|
||||
font.texture.id = 0;
|
||||
|
||||
char buffer[MAX_BUFFER_SIZE] = { 0 };
|
||||
char *searchPoint = NULL;
|
||||
|
Reference in New Issue
Block a user