SFML community forums

Help => General => Topic started by: catalinnic on January 28, 2019, 09:26:02 pm

Title: Position
Post by: catalinnic on January 28, 2019, 09:26:02 pm
I have an wallArray as a std::vector, but when i try to position the rectangle shape it always starts at (0,0)
Title: Re: Position
Post by: NGM88 on February 11, 2019, 07:40:02 am
Is the "wallArray" supposed to be rectangle shapes? You need to either explain the problem more clearly and/or post code that reproduces your problem.
Title: Re: Position
Post by: catalinnic on February 19, 2019, 01:42:19 pm
I rezolve it it was a counter problem