Travis: Update to GCC 4.7.3 for Symbian.
This commit is contained in:
parent
1bd44fd4e2
commit
fd70cfa149
2 changed files with 7 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue