Increase tick timespan in bridge to avoid tick getting called too often
parent
79cdc3404e
commit
895d45c19c
|
|
@ -101,7 +101,7 @@ private:
|
|||
//
|
||||
// Bridge functionality
|
||||
//
|
||||
FSLSLBridge :: FSLSLBridge(): LLEventTimer(1.0f),
|
||||
FSLSLBridge :: FSLSLBridge(): LLEventTimer(2.0f),
|
||||
mBridgeCreating(false),
|
||||
mpBridge(NULL),
|
||||
mIsFirstCallDone(false),
|
||||
|
|
|
|||
Loading…
Reference in New Issue