mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 10:41:24 +00:00
- added matrix class for moving the GL matrix manipulation out of the engine code.
This commit is contained in:
parent
471f720d95
commit
1ff8ea6a19
6 changed files with 2810 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue