mirror of
https://github.com/opensim/opensim.git
synced 2026-07-05 02:48:50 +08:00
From: Robert Smart (SMARTROB@uk.ibm.com)
Patch for new scripting method osParseJSON. also, a couple of warning bugs killed.
This commit is contained in:
@@ -474,7 +474,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
if (data.EventName == "control")
|
||||
{
|
||||
int held = ((LSL_Types.LSLInteger)data.Params[1]).value;
|
||||
int changed= ((LSL_Types.LSLInteger)data.Params[2]).value;
|
||||
// int changed = ((LSL_Types.LSLInteger)data.Params[2]).value;
|
||||
|
||||
// If the last message was a 0 (nothing held)
|
||||
// and this one is also nothing held, drop it
|
||||
|
||||
Reference in New Issue
Block a user