1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-23 20:59:58 +01:00

Fix formatting

This commit is contained in:
Miloslav Ciz 2022-07-25 20:44:17 +02:00
parent e4fa1a714f
commit d72ca57d2a

View file

@ -2422,9 +2422,8 @@ void S3L_drawTriangle(
#endif
#if S3L_NEAR_CROSS_STRATEGY == 3
if (_S3L_projectedTriangleState != 0)
{
if (_S3L_projectedTriangleState != 0)
{
S3L_Unit newBarycentric[3];
newBarycentric[0] = S3L_interpolateBarycentric(
@ -2448,7 +2447,7 @@ if (_S3L_projectedTriangleState != 0)
p.barycentric[0] = newBarycentric[0];
p.barycentric[1] = newBarycentric[1];
p.barycentric[2] = newBarycentric[2];
}
}
#endif
S3L_PIXEL_FUNCTION(&p);
} // tests passed