diff options
author | UbitUmarov | 2017-06-24 03:21:23 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-24 03:21:23 +0100 |
commit | c3dbf91152692734e46850036aae451d87eb9bae (patch) | |
tree | c86795d15b16d151adaa5ab6b786734c8601089f /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | a few more changes to iar/oar assets save error/warning to show problems kno... (diff) | |
download | opensim-SC_OLD-c3dbf91152692734e46850036aae451d87eb9bae.zip opensim-SC_OLD-c3dbf91152692734e46850036aae451d87eb9bae.tar.gz opensim-SC_OLD-c3dbf91152692734e46850036aae451d87eb9bae.tar.bz2 opensim-SC_OLD-c3dbf91152692734e46850036aae451d87eb9bae.tar.xz |
osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index bd5d008..da3d6de 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -222,6 +222,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
222 | string osDrawLine(string drawList, int endX, int endY); | 222 | string osDrawLine(string drawList, int endX, int endY); |
223 | string osDrawText(string drawList, string text); | 223 | string osDrawText(string drawList, string text); |
224 | string osDrawEllipse(string drawList, int width, int height); | 224 | string osDrawEllipse(string drawList, int width, int height); |
225 | string osDrawFilledEllipse(string drawList, int width, int height); | ||
225 | string osDrawRectangle(string drawList, int width, int height); | 226 | string osDrawRectangle(string drawList, int width, int height); |
226 | string osDrawFilledRectangle(string drawList, int width, int height); | 227 | string osDrawFilledRectangle(string drawList, int width, int height); |
227 | string osDrawPolygon(string drawList, LSL_List x, LSL_List y); | 228 | string osDrawPolygon(string drawList, LSL_List x, LSL_List y); |