mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 08:15:38 +07:00
try to fix travis CI
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user