From a108e12c505ab6d6a5577b6fb39166e049271221 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 2 May 2024 21:43:13 +0200 Subject: compat/assert: reduce executable size --- main/draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/draw.cpp b/main/draw.cpp index e5fb9e69..802a4e9d 100644 --- a/main/draw.cpp +++ b/main/draw.cpp @@ -36,7 +36,7 @@ void main_impl::do_update(const Ns& dtʹ) value = secs; #endif if (secs > 35e-3f /* && !dt_expected.do_sleep */) [[likely]] - fm_debug("%zu frame took %.2f milliseconds", bad_frame_counter++, (double)(secs*1e3)); + fm_debug("%zu frame took %.2f milliseconds", bad_frame_counter++, (double)secs*1e3); } else swapBuffers(); -- cgit v1.2.3