Browse Source

Tweak on variable init

pull/1113/head
Ray 5 years ago
parent
commit
1be68d8cfe
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/text.c

+ 0
- 1
src/text.c 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;

Loading…
Cancel
Save