add a delay to consume other change messages on move and cross

LSLKeyTest
UbitUmarov 2015-11-27 14:56:04 +00:00
parent f1bbc4d386
commit 3304e52750
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ default
EventParams ep = new EventParams("touch_start", new Object[] { new LSL_Types.LSLInteger(1) }, det);
Thread.Sleep(250); // wait for other change messages to pass
messageReceived = null;
chatEventB.Reset();
xEngineB.PostObjectEvent(soSceneB.LocalId, ep);