diff --git a/samples/sources/sample_00/sample_00.cpp b/samples/sources/sample_00/sample_00.cpp index c7825875..1c48d50a 100644 --- a/samples/sources/sample_00/sample_00.cpp +++ b/samples/sources/sample_00/sample_00.cpp @@ -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(5) < time::now_s() ) { w.swap_buffers(); window::poll_events(); }