diff --git a/src/system/text.h b/src/system/text.h index 7155c08..6777ba4 100644 --- a/src/system/text.h +++ b/src/system/text.h @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../common.h" #define FONT_SIZE 32 -#define FONT_TEXTURE_SIZE 1024 +#define FONT_TEXTURE_SIZE 512 #define MAX_WORD_LENGTH 128 extern char *getFileLocation(char *filename);