So at the beginning i made sf::Text and set the string to example1. Then i changed the position and the string to example2. But when i do App.Display() i get both. Do i have to make a new sf::Text, or can i somehow unload the example1.
Does making a new variable impact my code in the long run ? (if i continue making new sf::Text for every text)