1
General / Re: displaying multiple sprites
« on: September 16, 2014, 10:05:22 pm »
unfortunately, none of the suggestions have worked.
all of them are throwing some sort of error
all of them are throwing some sort of error
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.
Error 1 error C2248: 'sf::NonCopyable::operator =' : cannot access private member declared in class 'sf::NonCopyable'
server::server(sf::UdpSocket surver, sf::IpAddress ip,
int por, std::string stats){
serverIP = ip;
port = por;
status = stats;
serverSLSocket = surver;
serverSLSocket = surver;