Fixed typo

This commit is contained in:
Laurent Gomila 2011-12-06 18:08:37 +01:00
parent 6ff27baf54
commit 4d0a6a299a

View File

@ -125,7 +125,7 @@ const Color& Shape::GetOutlineColor() const
void Shape::SetOutlineThickness(float thickness)
{
myOutlineThickness = thickness;
Update(); // recompute everything because the whole shape must be offseted
Update(); // recompute everything because the whole shape must be offset
}