compile error removed :)
parent
9c3251b177
commit
6831c42fe2
|
@ -714,14 +714,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||||
public Axiom.Math.Quaternion ZERO_ROTATION = new Axiom.Math.Quaternion(0, 0, 0, 0);
|
public Axiom.Math.Quaternion ZERO_ROTATION = new Axiom.Math.Quaternion(0, 0, 0, 0);
|
||||||
|
|
||||||
|
|
||||||
// Operator overloads
|
|
||||||
public class Axi
|
|
||||||
{
|
|
||||||
}
|
|
||||||
public static Axi operator *(Axi c1, double c2)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue