mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:47:34 +00:00
LibGfx: Fix typo
This commit is contained in:
parent
a9502396ee
commit
db51e80d50
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ Detail::Edge* EdgeFlagPathRasterizer<SamplesPerPixel>::plot_edges_for_scanline(i
|
||||||
else
|
else
|
||||||
active_edges = current_edge;
|
active_edges = current_edge;
|
||||||
} else {
|
} else {
|
||||||
// This egde sticks around for a few more scanlines.
|
// This edge sticks around for a few more scanlines.
|
||||||
plot_edge(*current_edge, 0, SamplesPerPixel, edge_extent);
|
plot_edge(*current_edge, 0, SamplesPerPixel, edge_extent);
|
||||||
prev_edge = current_edge;
|
prev_edge = current_edge;
|
||||||
current_edge = current_edge->next_edge;
|
current_edge = current_edge->next_edge;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue