diff --git a/src/SFML/Graphics/Shape.cpp b/src/SFML/Graphics/Shape.cpp index 14688c85f..a238cbfd6 100644 --- a/src/SFML/Graphics/Shape.cpp +++ b/src/SFML/Graphics/Shape.cpp @@ -186,6 +186,7 @@ void Shape::Update() myVertices[count + 1].Position = myVertices[1].Position; // Update the bounding rectangle + myVertices[0] = myVertices[1]; // so that the result of GetBounds() is correct myInsideBounds = myVertices.GetBounds(); // Compute the center and make it the first vertex