Is SFML transform for vertex arrays not actually applied to vertices?
I’m trying to implement SAT collision detection in a game i’m making with SFML but I noticed that the vertices positions from the vertex array I used to make the player are not changing position even though the transform I applied to it works properly.