mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
comment out assert
This commit is contained in:
parent
3657156990
commit
f60864c31c
@ -143,7 +143,9 @@ wait(double timeout) {
|
|||||||
if (result != 0 && result != ETIMEDOUT) {
|
if (result != 0 && result != ETIMEDOUT) {
|
||||||
errno = result;
|
errno = result;
|
||||||
perror("pthread_cond_timedwait");
|
perror("pthread_cond_timedwait");
|
||||||
assert(false);
|
// TODO: investigate why we sometimes get an "Invalid Value" or
|
||||||
|
// some such here.
|
||||||
|
// assert(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // _WIN32
|
#endif // _WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user