mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
fix for OP4 builds w/ NSPR
This commit is contained in:
parent
bb7e646a3b
commit
a36ce0cf4e
@ -49,7 +49,7 @@ CConnectionRepository() :
|
||||
_sec_code(0),
|
||||
_msg_type(0)
|
||||
{
|
||||
#ifdef HAVE_NSPR
|
||||
#if defined(HAVE_NSPR) && defined(SIMULATE_NETWORK_DELAY)
|
||||
if (min_lag != 0.0 || max_lag != 0.0) {
|
||||
_qcr.start_delay(min_lag, max_lag);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user