1
Window / Re: Views not positioning right in the main window
« on: March 26, 2014, 08:40:02 pm »
well, now everything is working.
I changed
minimap.setSize(10000, 8000);
minimap.setCenter(0, 0);
to
minimap.reset(sf::FloatRect(0,0,10000,8000));
and its working now, I still dont know why.
I changed
minimap.setSize(10000, 8000);
minimap.setCenter(0, 0);
to
minimap.reset(sf::FloatRect(0,0,10000,8000));
and its working now, I still dont know why.