remove extra comment
This commit is contained in:
parent
e05f2eeb65
commit
f049ad9d68
3
src/external/rlsw.h
vendored
3
src/external/rlsw.h
vendored
|
|
@ -5571,8 +5571,7 @@ static void SW_RASTER_TRIANGLE(const sw_vertex_t *v0, const sw_vertex_t *v1, con
|
|||
if (v1->position[1] > v2->position[1]) { const sw_vertex_t *tmp = v1; v1 = v2; v2 = tmp; }
|
||||
if (v0->position[1] > v1->position[1]) { const sw_vertex_t *tmp = v0; v0 = v1; v1 = tmp; }
|
||||
|
||||
// Extracting coordinates from the sorted vertices
|
||||
// Put x away for safe keeping; only y is used right now; silences warnings
|
||||
// Extracting Y coordinates from the sorted vertices
|
||||
float y0 = v0->position[1];
|
||||
float y1 = v1->position[1];
|
||||
float y2 = v2->position[1];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user