Bläddra i källkod

* Don't use float as loop counters

tags/v0.99.beta17
Jean-Yves Lamoureux jylam 15 år sedan
förälder
incheckning
9717a2820b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      caca/triangle.c

+ 1
- 1
caca/triangle.c Visa fil

@@ -225,7 +225,7 @@ int caca_fill_triangle_textured(caca_canvas_t *cv,
u1*=(float)tw; u2*=(float)tw; u3*=(float)tw;
v1*=(float)th; v2*=(float)th; v3*=(float)th;
float x = (float) x1, y = (float) y1;
int x, y;
float y2y1 = y2-y1;
float y3y1 = y3-y1;
float y3y2 = y3-y2;


Laddar…
Avbryt
Spara