diff options
author | Sean Dague | 2008-05-15 14:39:54 +0000 |
---|---|---|
committer | Sean Dague | 2008-05-15 14:39:54 +0000 |
commit | 8e7f2d6d0efe37108b2931cfdda36e695830abb0 (patch) | |
tree | e8b558217b05901f50fc65148cb1196510ce8eca /OpenSim/Region/Environment/Interfaces | |
parent | add some additional bits to AvatarAppearance to make this (diff) | |
download | opensim-SC_OLD-8e7f2d6d0efe37108b2931cfdda36e695830abb0.zip opensim-SC_OLD-8e7f2d6d0efe37108b2931cfdda36e695830abb0.tar.gz opensim-SC_OLD-8e7f2d6d0efe37108b2931cfdda36e695830abb0.tar.bz2 opensim-SC_OLD-8e7f2d6d0efe37108b2931cfdda36e695830abb0.tar.xz |
refactoring to move AvatarAppearance into Framework and
move the appearance sending bits to ScenePresence
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs index 3ebbaab..86958d1 100644 --- a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs +++ b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using libsecondlife; | 28 | using libsecondlife; |
29 | using OpenSim.Framework; | ||
29 | using OpenSim.Region.Environment.Scenes; | 30 | using OpenSim.Region.Environment.Scenes; |
30 | 31 | ||
31 | namespace OpenSim.Region.Environment.Interfaces | 32 | namespace OpenSim.Region.Environment.Interfaces |