Travis: Update to GCC 4.7.3 for Symbian.

This commit is contained in:
Sacha 2014-06-09 20:28:26 +10:00
parent 1bd44fd4e2
commit fd70cfa149
2 changed files with 7 additions and 6 deletions

View file

@ -1493,6 +1493,7 @@ void DrawLine(const VertexData &v0, const VertexData &v1)
ScreenCoords pprime = ScreenCoords(x, y, z);
#ifndef __SYMBIAN32__
// TODO: Fogging
DrawingCoords p = TransformUnit::ScreenToDrawing(pprime);
@ -1501,6 +1502,7 @@ void DrawLine(const VertexData &v0, const VertexData &v1)
} else {
DrawSinglePixel<false>(p, z, prim_color);
}
#endif
x = x + xinc;
y = y + yinc;