You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Color class from SFML contains .toInteger() method, which is missing here, could be implemented as __int__(), which would be great.
The text was updated successfully, but these errors were encountered:
tgrajewski
changed the title
Color.toInteger() missing, could be implemented as Color.__int__
Color.toInteger() missing, could be implemented as __int__
Apr 10, 2017
The Color class from SFML contains
.toInteger()
method, which is missing here, could be implemented as__int__()
, which would be great.The text was updated successfully, but these errors were encountered: