1
General / Re: SFML on VC++ 2015 (x64)
« on: January 27, 2016, 02:51:15 pm »
-s.dlls ofc, my mistake.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
the render-target makes a copy of the view, and doesn't store a pointer to the one that is passedDont understand. It looks like pointer to previous class/structure is missed but it is still in memory somewhere.
If you pass a new view it will overwrite the old view.Well its more like, "Replace a pointer" than "Replace a variable".