From 37478629995e6c113fa1ccbd56eb948c64e0f594 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sun, 28 Sep 2008 20:20:32 +0000 Subject: Plumb the connection though from llSetVehicleVectorParam to the various physics engines. No connection to the underlying physics simulator yet, just plumbing through the various classes. --- OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs') diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index f8257c3..4da3360 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs @@ -5170,7 +5170,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api { if (m_host.ParentGroup.RootPart != null) { - m_host.ParentGroup.RootPart.SetVehicleFloatParam(value); + m_host.ParentGroup.RootPart.SetVehicleFloatParam(param, value); } } } -- cgit v1.1