This commit is contained in:
Andrei Drexler 2009-06-23 15:15:01 +00:00
parent bf5eb9f468
commit 72379149b5

View file

@ -5412,8 +5412,7 @@ qboolean Item_Bind_HandleKey(itemDef_t * item, int key, qboolean down)
void AdjustFrom640(float *x, float *y, float *w, float *h)
{
//*x = *x * DC->scale + DC->bias;
*x *= DC->xscale + DC->bias;
*x = *x * DC->xscale + DC->bias;
*y *= DC->yscale;
*w *= DC->xscale;
*h *= DC->yscale;