mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
From: Kurt Taylor <krtaylor@us.ibm.com>
Patch to fix the passed parms and properly show llTakeCamera and llReleaseCamera as deprecated. Patch for both XEngine and DotNetEngine.
This commit is contained in:
@@ -760,14 +760,14 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
m_LSL_Functions.llDetachFromAvatar();
|
||||
}
|
||||
|
||||
public void llTakeCamera()
|
||||
public void llTakeCamera(string avatar)
|
||||
{
|
||||
m_LSL_Functions.llTakeCamera();
|
||||
m_LSL_Functions.llTakeCamera(avatar);
|
||||
}
|
||||
|
||||
public void llReleaseCamera()
|
||||
public void llReleaseCamera(string avatar)
|
||||
{
|
||||
m_LSL_Functions.llReleaseCamera();
|
||||
m_LSL_Functions.llReleaseCamera(avatar);
|
||||
}
|
||||
|
||||
public string llGetOwner()
|
||||
|
||||
Reference in New Issue
Block a user