aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AnimationSet.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-23 20:06:23 +0000
committerJustin Clarke Casey2008-10-23 20:06:23 +0000
commit5c2d4002352324d138979f0700d01a86a727a6be (patch)
tree7da7ee6bd9e41a0991322cd18866922e760bdcd9 /OpenSim/Region/Environment/Scenes/AnimationSet.cs
parent* Reenable assert for the add circuit test (diff)
downloadopensim-SC_OLD-5c2d4002352324d138979f0700d01a86a727a6be.zip
opensim-SC_OLD-5c2d4002352324d138979f0700d01a86a727a6be.tar.gz
opensim-SC_OLD-5c2d4002352324d138979f0700d01a86a727a6be.tar.bz2
opensim-SC_OLD-5c2d4002352324d138979f0700d01a86a727a6be.tar.xz
* Apply http://opensimulator.org/mantis/view.php?id=2459
* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY. * Thanks nlin
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/AnimationSet.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/AnimationSet.cs b/OpenSim/Region/Environment/Scenes/AnimationSet.cs
index 0b7188a..df25173 100644
--- a/OpenSim/Region/Environment/Scenes/AnimationSet.cs
+++ b/OpenSim/Region/Environment/Scenes/AnimationSet.cs
@@ -38,6 +38,10 @@ namespace OpenSim.Region.Environment.Scenes
38 private Animation m_defaultAnimation = new Animation(); 38 private Animation m_defaultAnimation = new Animation();
39 private List<Animation> m_animations = new List<Animation>(); 39 private List<Animation> m_animations = new List<Animation>();
40 40
41 public Animation DefaultAnimation
42 {
43 get { return m_defaultAnimation; }
44 }
41 public AnimationSet() 45 public AnimationSet()
42 { 46 {
43 ResetDefaultAnimation(); 47 ResetDefaultAnimation();