mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +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
|
||||
active_edges = current_edge;
|
||||
} 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);
|
||||
prev_edge = current_edge;
|
||||
current_edge = current_edge->next_edge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue