mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
pthread: Fixed logic bug in SDL_WaitConditionTimeoutNS due to boolization work.
This commit is contained in:
@@ -121,7 +121,7 @@ tryagain:
|
||||
result = false;
|
||||
break;
|
||||
default:
|
||||
result = false;
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user