From 895d45c19c9ce65246dbecabb08e07f5645565ac Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 10 Mar 2012 22:22:17 +0100 Subject: [PATCH] Increase tick timespan in bridge to avoid tick getting called too often --- indra/newview/fslslbridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/fslslbridge.cpp b/indra/newview/fslslbridge.cpp index 32928361cd..c1213ecf71 100644 --- a/indra/newview/fslslbridge.cpp +++ b/indra/newview/fslslbridge.cpp @@ -101,7 +101,7 @@ private: // // Bridge functionality // -FSLSLBridge :: FSLSLBridge(): LLEventTimer(1.0f), +FSLSLBridge :: FSLSLBridge(): LLEventTimer(2.0f), mBridgeCreating(false), mpBridge(NULL), mIsFirstCallDone(false),