This commit is contained in:
gingerBill
2018-08-19 10:56:23 +01:00
parent 3b6523fbd9
commit 5643ea1ba2
+1 -2
View File
@@ -4644,8 +4644,7 @@ gb_inline void gb_mutex_unlock(gbMutex *m) {
#if defined(GB_SYSTEM_WINDOWS)
LeaveCriticalSection(&m->win32_critical_section);
#else
// IMPORTANT TODO HACK(bill): Enable this
// pthread_mutex_unlock(&m->pthread_mutex);
pthread_mutex_unlock(&m->pthread_mutex);
#endif
}