1
Graphics / Re: Just Declaring a View Makes Screen Blank
« on: August 06, 2019, 11:21:50 pm »
I have done that. I think I mentioned in my first post that it does not have any arguments in this example because I removed them while just messing with the code trying to get something to work.
A point I was trying to make was that just declaring the view:
A point I was trying to make was that just declaring the view:
Quote
sf::View mainView;and then doing nothing else at all with it, would stop anything from rendering, which is very odd to me. I would guess that I would have to at least call setView for anything to change, but that doesn't appear to be the case.