Fixed a bug with custom drawables
Fixed wrong default color in sf.Shape git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1040 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
2ec074b12a
commit
bcbb754da9
4 changed files with 22 additions and 7 deletions
|
@ -72,7 +72,7 @@ PySfShape_AddPoint(PySfShape* self, PyObject *args, PyObject *kwds)
|
|||
Col = ColTmp->obj;
|
||||
}
|
||||
else
|
||||
Col = (sf::Color *)&sf::Color::Black;
|
||||
Col = (sf::Color *)&sf::Color::White;
|
||||
|
||||
if (OutlineColTmp)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue