Fixed typo
This commit is contained in:
parent
6ff27baf54
commit
4d0a6a299a
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue