Tweak on variable init

This commit is contained in:
Ray 2020-02-27 16:14:50 +01:00
parent eb86d69a38
commit 1be68d8cfe

View File

@ -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;