Skip to content

Commit f049ad9

Browse files
committed
remove extra comment
1 parent e05f2ee commit f049ad9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/external/rlsw.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5571,8 +5571,7 @@ static void SW_RASTER_TRIANGLE(const sw_vertex_t *v0, const sw_vertex_t *v1, con
55715571
if (v1->position[1] > v2->position[1]) { const sw_vertex_t *tmp = v1; v1 = v2; v2 = tmp; }
55725572
if (v0->position[1] > v1->position[1]) { const sw_vertex_t *tmp = v0; v0 = v1; v1 = tmp; }
55735573

5574-
// Extracting coordinates from the sorted vertices
5575-
// Put x away for safe keeping; only y is used right now; silences warnings
5574+
// Extracting Y coordinates from the sorted vertices
55765575
float y0 = v0->position[1];
55775576
float y1 = v1->position[1];
55785577
float y2 = v2->position[1];

0 commit comments

Comments
 (0)