Update main.cpp
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m31s
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m31s
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -105,7 +105,7 @@ public:
|
||||
J2D::Begin();
|
||||
J2D::FillRect(JGL::Colors::Blue, {32, 32}, {100.5, 100.5});
|
||||
|
||||
J2D::RoundedFillRect(JGL::Colors::Red, {256, 256}, {100.5, 100.5}, 8, 8);
|
||||
J2D::FillRoundedRect(JGL::Colors::Red, {256, 256}, {100.5, 100.5}, 8, 8);
|
||||
//J2D::FillRect({255,0,0,255/2}, {100.5, 100.5}, {32, 32});
|
||||
|
||||
//J2D::OutlineTriangle(JGL::Colors::Yellow, {{140, 200},{135, 100},{105, 100}});
|
||||
|
Reference in New Issue
Block a user