0.9.6: rasterizer: improve horizontal line (Portrait of Ruin, Dart)

This commit is contained in:
gocha 2010-12-29 04:02:38 +00:00
parent 776968e0f5
commit 57975ed71f
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ FORCEINLINE edge_fx_fl::edge_fx_fl(int Top, int Bottom, VERT** verts, bool& fail
Numerator = 0; Numerator = 0;
ErrorTerm = 0; ErrorTerm = 0;
Denominator = 1; Denominator = 1;
dN = 1;
} }
float YPrestep = Fixed28_4ToFloat((fixed28_4)(Y*16 - verts[Top]->y)); float YPrestep = Fixed28_4ToFloat((fixed28_4)(Y*16 - verts[Top]->y));