* minor: replace hard tabs with soft 4 space tabs in previous patch
parent
2cee5abcac
commit
b627c9c066
|
@ -2192,7 +2192,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||||
|
|
||||||
public void llRezObject(string inventory, LSL_Types.Vector3 pos, LSL_Types.Vector3 vel, LSL_Types.Quaternion rot, int param)
|
public void llRezObject(string inventory, LSL_Types.Vector3 pos, LSL_Types.Vector3 vel, LSL_Types.Quaternion rot, int param)
|
||||||
{
|
{
|
||||||
// This just calls llRezAtRoot for now.... Lol.
|
|
||||||
llRezAtRoot(inventory, pos, vel, rot, param);
|
llRezAtRoot(inventory, pos, vel, rot, param);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2050,7 +2050,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
public void llRezObject(string inventory, LSL_Types.Vector3 pos, LSL_Types.Vector3 vel, LSL_Types.Quaternion rot, int param)
|
public void llRezObject(string inventory, LSL_Types.Vector3 pos, LSL_Types.Vector3 vel, LSL_Types.Quaternion rot, int param)
|
||||||
{
|
{
|
||||||
// This just calls llRezAtRoot for now.... Lol.
|
|
||||||
llRezAtRoot(inventory, pos, vel, rot, param);
|
llRezAtRoot(inventory, pos, vel, rot, param);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue