try to fix travis CI

This commit is contained in:
2018-09-20 06:20:02 +07:00
parent 231864b587
commit b0c9bfce0e

View File

@@ -22,7 +22,7 @@ int main() {
}
auto current_time = time::now_s();
while ( !w.should_close() && current_time + make_seconds(5ll) < time::now_s() ) {
while ( !w.should_close() && current_time + make_seconds<i64>(5) < time::now_s() ) {
w.swap_buffers();
window::poll_events();
}