diff --git a/source/Graphics/Transformable.cpp b/source/Graphics/Transformable.cpp index 5890f17..eb35bbd 100644 --- a/source/Graphics/Transformable.cpp +++ b/source/Graphics/Transformable.cpp @@ -71,6 +71,7 @@ void Transformable::setScale(float scale) void Transformable::scale(const Vector2f& offset) { m_scale += offset; + m_transformNeedsUpdate = true; } void Transformable::scale(float offset)