0.9.6: rasterizer: improve horizontal line (Portrait of Ruin, Dart)
This commit is contained in:
parent
776968e0f5
commit
57975ed71f
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue