Increase tick timespan in bridge to avoid tick getting called too often

Ansariel 2012-03-10 22:22:17 +01:00
parent 79cdc3404e
commit 895d45c19c
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ private:
//
// Bridge functionality
//
FSLSLBridge :: FSLSLBridge(): LLEventTimer(1.0f),
FSLSLBridge :: FSLSLBridge(): LLEventTimer(2.0f),
mBridgeCreating(false),
mpBridge(NULL),
mIsFirstCallDone(false),