mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
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)
|
void Shape::SetOutlineThickness(float thickness)
|
||||||
{
|
{
|
||||||
myOutlineThickness = 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 New Issue
Block a user