diff options
author | Justin Clark-Casey (justincc) | 2010-02-01 21:35:05 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-02-01 21:35:05 +0000 |
commit | 3863cd1d2395fb87489ed4e544fc33048c81761c (patch) | |
tree | b67bdab00f2f27f8a924b73634ef3ed86502c4cc /OpenSim/Region/ScriptEngine/Shared/Api/Implementation | |
parent | Actually make EventManager.OnAttach() fire when an object is attached. Previ... (diff) | |
download | opensim-SC-3863cd1d2395fb87489ed4e544fc33048c81761c.zip opensim-SC-3863cd1d2395fb87489ed4e544fc33048c81761c.tar.gz opensim-SC-3863cd1d2395fb87489ed4e544fc33048c81761c.tar.bz2 opensim-SC-3863cd1d2395fb87489ed4e544fc33048c81761c.tar.xz |
Copy prim face color setting code from LSL_Api down into SOP so that non-LSL callers can use it
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index c9998c0..2f00a1a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -4394,7 +4394,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4394 | return ret; | 4394 | return ret; |
4395 | } | 4395 | } |
4396 | 4396 | ||
4397 | |||
4398 | /* The new / changed functions were tested with the following LSL script: | 4397 | /* The new / changed functions were tested with the following LSL script: |
4399 | 4398 | ||
4400 | default | 4399 | default |