mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 22:03:13 +01:00
Fixed issue bgfx#1050.
This commit is contained in:
@@ -146,7 +146,7 @@ namespace bx
|
||||
{
|
||||
result = pthread_cond_timedwait(&si->m_cond, &si->m_mutex, &ts);
|
||||
}
|
||||
# endif // BX_PLATFORM_NACL || BX_PLATFORM_OSX
|
||||
# endif // BX_PLATFORM_
|
||||
bool ok = 0 == result;
|
||||
|
||||
if (ok)
|
||||
|
||||
Reference in New Issue
Block a user