diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/YEngine/MMRScriptInlines.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/YEngine/MMRScriptInlines.cs b/OpenSim/Region/ScriptEngine/YEngine/MMRScriptInlines.cs index e17d41a..31dc5bc 100644 --- a/OpenSim/Region/ScriptEngine/YEngine/MMRScriptInlines.cs +++ b/OpenSim/Region/ScriptEngine/YEngine/MMRScriptInlines.cs | |||
@@ -138,13 +138,13 @@ namespace OpenSim.Region.ScriptEngine.Yengine | |||
138 | }; | 138 | }; |
139 | 139 | ||
140 | VarDict ifd = new VarDict(false); | 140 | VarDict ifd = new VarDict(false); |
141 | |||
142 | Type[] oneDoub = new Type[] { typeof(double) }; | 141 | Type[] oneDoub = new Type[] { typeof(double) }; |
143 | Type[] twoDoubs = new Type[] { typeof(double), typeof(double) }; | 142 | Type[] twoDoubs = new Type[] { typeof(double), typeof(double) }; |
144 | 143 | ||
145 | /* | 144 | /* |
146 | * Mono generates an FPU instruction for many math calls. | 145 | * Mono generates an FPU instruction for many math calls. |
147 | */ | 146 | */ |
147 | |||
148 | new TokenDeclInline_LLAbs(ifd); | 148 | new TokenDeclInline_LLAbs(ifd); |
149 | new TokenDeclInline_Math(ifd, "llAcos(float)", "Acos", oneDoub); | 149 | new TokenDeclInline_Math(ifd, "llAcos(float)", "Acos", oneDoub); |
150 | new TokenDeclInline_Math(ifd, "llAsin(float)", "Asin", oneDoub); | 150 | new TokenDeclInline_Math(ifd, "llAsin(float)", "Asin", oneDoub); |