r538 - trunk/code/q3_ui
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Feb 12 05:05:32 EST 2006
Author: tma
Date: 2006-02-12 05:05:32 -0500 (Sun, 12 Feb 2006)
New Revision: 538
Modified:
trunk/code/q3_ui/ui_atoms.c
Log:
* See bug #2583
Modified: trunk/code/q3_ui/ui_atoms.c
===================================================================
--- trunk/code/q3_ui/ui_atoms.c 2006-02-08 18:06:20 UTC (rev 537)
+++ trunk/code/q3_ui/ui_atoms.c 2006-02-12 10:05:32 UTC (rev 538)
@@ -1073,6 +1073,7 @@
if ( uis.glconfig.vidWidth * 480 > uis.glconfig.vidHeight * 640 ) {
// wide screen
uis.bias = 0.5 * ( uis.glconfig.vidWidth - ( uis.glconfig.vidHeight * (640.0/480.0) ) );
+ uis.xscale = uis.yscale;
}
else {
// no wide screen
More information about the quake3-commits
mailing list