issues
search
Guigui220D
/
zig-sfml-wrapper
A zig wrapper for csfml
Other
52
stars
9
forks
source link
A few fixes
#11
Closed
charlieman
closed
3 years ago
charlieman
commented
3 years ago
I found a few things to fix:
Use IntRect for Sprite's getTextureRect/setTextureRect since CSFML uses sfIntRect for those
Fixed wrong call inside Sprite.setTextureRect
The width was being set to the height in Rect.fromCSFML
Guigui220D
commented
3 years ago
Thanks!
I found a few things to fix: