Untitled
unknown
plain_text
a year ago
205 B
4
Indexable
if (selected) { Circle outer(x, y, radius - 0.02f, Color(1.0f, 1.0f, 1.0f)); Circle inner(x, y, radius - 0.04f, color); outer.draw(); inner.draw(); }
Editor is loading...
Leave a Comment
if (selected) { Circle outer(x, y, radius - 0.02f, Color(1.0f, 1.0f, 1.0f)); Circle inner(x, y, radius - 0.04f, color); outer.draw(); inner.draw(); }