Remove sleep call

This commit is contained in:
2024-03-11 02:41:50 -04:00
parent 2001a18680
commit df6891e6ab

View File

@@ -462,8 +462,6 @@ namespace fgl::engine
m_renderer.endFrame();
FrameMark;
using namespace std::chrono_literals;
std::this_thread::sleep_until( new_time + 16ms );
}
}