r200: fix typo in 76cf261832

noticed by Maciej on IRC.
This commit is contained in:
Alex Deucher 2010-01-20 09:06:49 -05:00
parent c8b694b2c2
commit 5a99ca490f
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static inline void calc_tex_coords(float img_width, float img_height,
buf[3] = buf[2] + reg_height / img_height;
if (flip_y)
{
buf[2] = 1.0 - buf[1];
buf[2] = 1.0 - buf[2];
buf[3] = 1.0 - buf[3];
}
}