Use a smaller font texture size.
This commit is contained in:
parent
cc75a8d144
commit
8fdca6bf46
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue