same here.. the problem is the change from milliseconds to microseconds... how can we fix it?
std::this_thread::sleep_for(std::chrono::microseco nds(REFRESH_RATE*1000));
this_thread isn't declared..
EDIT: anyway if u delete it.. it seems to work the same without all that string..
std::this_thread::sleep_for(std::chrono::microseco nds(REFRESH_RATE*1000));
this_thread isn't declared..
EDIT: anyway if u delete it.. it seems to work the same without all that string..