SFML community forums

Help => Graphics => Topic started by: M74 on January 25, 2015, 07:28:57 pm

Title: sf::View on sf::RenderTexture?
Post by: M74 on January 25, 2015, 07:28:57 pm
Hi,

i tried the sf::View on a sf::RenderWindow and it works fine.
But when i try to use the View on a sf::RenderTexture it seems to not work.

Is this correct or do i something wrong?

Regards,
M74
Title: Re: sf::View on sf::RenderTexture?
Post by: Laurent on January 25, 2015, 07:30:54 pm
You do something wrong.

Now please read the forum rules and provide details so that we can help you solve your problem ;)
Title: Re: sf::View on sf::RenderTexture?
Post by: M74 on January 25, 2015, 07:38:03 pm
Oh no, i`ve already found what i did wrong. I forgot to set the Target as "Active" ::)
Sorry!