Skip to content

Commit

Permalink
Merge pull request #944 from marcospb19/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
JoshuaBatty authored Nov 20, 2023
2 parents e375ea7 + e1977cc commit 6febb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/draw/draw_polygon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn view(app: &App, frame: Frame) {
let t = app.time;
let draw = app.draw();

// Clear the background to blue.
// Clear the background to black.
draw.background().color(BLACK);

// Create an `ngon` of points.
Expand Down

0 comments on commit 6febb04

Please sign in to comment.