correct a bogus comment

This commit is contained in:
Bill Currie 2009-12-23 11:21:34 +00:00 committed by Jeff Teunissen
parent 4b0320f341
commit 58c167eaed

View file

@ -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;