1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-12 17:28:05 +00:00

faster text with MINIMIZE_GL_CALLS

This commit is contained in:
Zeno Rogue
2018-09-04 23:27:51 +02:00
parent 35353fe70e
commit 78fc8e04b0
4 changed files with 121 additions and 88 deletions

View File

@@ -113,6 +113,7 @@ unsigned char fonttable[] = {
255
};
#undef NUMEXTRA
#define NUMEXTRA 7
unsigned char *ftv = fonttable;