- added matrix class for moving the GL matrix manipulation out of the engine code.

This commit is contained in:
Christoph Oelckers 2019-10-04 01:41:57 +02:00
parent 471f720d95
commit 1ff8ea6a19
6 changed files with 2810 additions and 1 deletions

View file

@ -272,7 +272,7 @@ void COMMON_doclearbackground(int numcols, int height)
}
# endif
CLEARLINES2D(0, min(ydim, numrows*8+8), editorcolors[16]);
CLEARLINES2D(0, min(ydim, height), editorcolors[16]);
}
void COMMON_clearbackground(int numcols, int numrows)