SVN revision: 51026
This commit is contained in:
Carsten Haitzler 2010-08-11 23:12:03 +00:00
parent 13d2d20efa
commit 2eb9af4c97
1 changed files with 2 additions and 2 deletions

View File

@ -1843,8 +1843,8 @@ again:
gc->pipe[pn].array.use_texuv3 = 0;
#endif
x = w = (p[points[i]].x >> FP);
y = h = (p[points[i]].y >> FP);
x = w = (p[points[0]].x >> FP);
y = h = (p[points[0]].y >> FP);
for (i = 0; i < 4; i++)
{
tx[i] = ((double)(tex->x) + (((double)p[i].u) / FP1)) /