0 Members and 1 Guest are viewing this topic.
but how can i convert the float into a sf::String ?
std::ostringstream out;out << 3.1415926f;std::string str(out.str());