Zombieschannel / SFML

Simple and Fast Multimedia Library
https://www.sfml-dev.org/
zlib License
1 stars 1 forks source link

`setRepeated` not working properly on non power of two textures #13

Closed Zombieschannel closed 1 week ago

Zombieschannel commented 2 months ago

Prerequisite Checklist

Describe your issue here

setRepeated on textures does not work properly on non power of two textures. I think this should be fixable inside shaders with some slight changes though I have to check.