Use a smaller font texture size.

This commit is contained in:
Steve 2018-12-09 08:09:49 +00:00
parent cc75a8d144
commit 8fdca6bf46
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "../common.h" #include "../common.h"
#define FONT_SIZE 32 #define FONT_SIZE 32
#define FONT_TEXTURE_SIZE 1024 #define FONT_TEXTURE_SIZE 512
#define MAX_WORD_LENGTH 128 #define MAX_WORD_LENGTH 128
extern char *getFileLocation(char *filename); extern char *getFileLocation(char *filename);