mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
correct a bogus comment
This commit is contained in:
parent
4b0320f341
commit
58c167eaed
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ typedef struct {
|
|||
unsigned int rowbytes; // may be > width if displayed in a window
|
||||
unsigned int width;
|
||||
unsigned int height;
|
||||
float aspect; // width / height -- < 0 is taller than wide
|
||||
float aspect; // width / height -- < 1 is taller than wide
|
||||
int numpages;
|
||||
qboolean recalc_refdef; // if true, recalc vid-based stuff
|
||||
qboolean cshift_changed;
|
||||
|
|
Loading…
Reference in a new issue