diff --git a/sfmldemo/main.cpp b/sfmldemo/main.cpp index a1e06a9..c640c1a 100644 --- a/sfmldemo/main.cpp +++ b/sfmldemo/main.cpp @@ -50,6 +50,7 @@ int main() { ImGui_setup(window); sf::CircleShape shape(100.f, 4); + shape.setOrigin(100.f, 100.f); shape.setFillColor(sf::Color(150, 50, 250)); shape.setOutlineThickness(10.f); shape.setOutlineColor(sf::Color(250, 150, 100));