Skip to content
Snippets Groups Projects
Commit 258d59c0 authored by Philip Trettner's avatar Philip Trettner
Browse files

typo fix

parent b845cc47
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ void Vector2DSample::render(float elapsedSeconds)
g.draw(tg::pos2(160, 100), {{1, 0, 0}, 5.0f});
g.draw(tg::pos2(170, 100), {{1, 0, 0, 1}, 5.0f});
// ways to speficy a fill
// ways to specify a fill
g.fill(tg::aabb2({100, 120}, {150, 125}), tg::color3::green);
g.fill(tg::aabb2({100, 130}, {150, 135}), tg::color4::green);
g.fill(tg::aabb2({100, 140}, {150, 145}), {1, 0, 0});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment