mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibGfx: Fix typo
This commit is contained in:
parent
a9502396ee
commit
db51e80d50
Notes:
sideshowbarker
2024-07-17 22:55:25 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/db51e80d50 Pull-request: https://github.com/SerenityOS/serenity/pull/22547
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…
Reference in a new issue