Disabled an optimization in sf::Shape that could break rendering
This commit is contained in:
parent
da64dbe89f
commit
57f81d4051
2 changed files with 3 additions and 7 deletions
|
@ -107,7 +107,6 @@ public :
|
|||
////////////////////////////////////////////////////////////
|
||||
/// \brief Set the outline color of the shape
|
||||
///
|
||||
/// You can use sf::Color::Transparent to disable the outline.
|
||||
/// By default, the shape's outline color is opaque white.
|
||||
///
|
||||
/// \param color New outline color of the shape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue