Compilation errors fixing

This commit is contained in:
Wojtek Figat
2025-08-02 17:05:13 +02:00
parent b26d6ea108
commit 744c94b3cc
4 changed files with 7 additions and 3 deletions

View File

@@ -1838,7 +1838,7 @@ void LinuxPlatform::Sleep(int32 milliseconds)
void LinuxPlatform::Yield()
{
pthread_yield();
sched_yield();
}
double LinuxPlatform::GetTimeSeconds()