mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
@@ -1554,7 +1554,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llSetVehicleFlags(flags);
|
||||
}
|
||||
|
||||
public void llSetVehicleFloatParam(int param, float value)
|
||||
public void llSetVehicleFloatParam(int param, LSL_Float value)
|
||||
{
|
||||
m_LSL_Functions.llSetVehicleFloatParam(param, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user