Always set checked_monotonic_time when calling CheckMonotonicTime()

This commit is contained in:
Petar Popovic 2024-10-03 23:48:57 +02:00 committed by Sam Lantinga
parent 020fb6889c
commit d4143e02d1

View File

@ -73,7 +73,7 @@ static void CheckMonotonicTime(void)
struct timespec value;
if (clock_gettime(SDL_MONOTONIC_CLOCK, &value) == 0) {
has_monotonic_time = true;
} else
}
#elif defined(SDL_PLATFORM_APPLE)
if (mach_timebase_info(&mach_base_info) == 0) {
has_monotonic_time = true;