diff options
author | Dan Lake | 2011-10-19 15:38:25 -0700 |
---|---|---|
committer | Dan Lake | 2011-10-19 15:38:25 -0700 |
commit | eac29396d98a4864923a69e0eb73cecdd8a225b3 (patch) | |
tree | bd9ca40f69659cdeb5902211030d589ac01e6abf /OpenSim/Region/Framework/Interfaces | |
parent | Merge branch 'master' of git://opensimulator.org/git/opensim (diff) | |
download | opensim-SC_OLD-eac29396d98a4864923a69e0eb73cecdd8a225b3.zip opensim-SC_OLD-eac29396d98a4864923a69e0eb73cecdd8a225b3.tar.gz opensim-SC_OLD-eac29396d98a4864923a69e0eb73cecdd8a225b3.tar.bz2 opensim-SC_OLD-eac29396d98a4864923a69e0eb73cecdd8a225b3.tar.xz |
Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line endings from previous commit.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs b/OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs index 98228e4..26bc922 100644 --- a/OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IAvatarFactoryModule.cs | |||
@@ -32,8 +32,8 @@ using OpenSim.Framework; | |||
32 | namespace OpenSim.Region.Framework.Interfaces | 32 | namespace OpenSim.Region.Framework.Interfaces |
33 | { | 33 | { |
34 | public interface IAvatarFactoryModule | 34 | public interface IAvatarFactoryModule |
35 | { | 35 | { |
36 | 36 | ||
37 | void SetAppearance(IScenePresence sp, Primitive.TextureEntry textureEntry, byte[] visualParams); | 37 | void SetAppearance(IScenePresence sp, Primitive.TextureEntry textureEntry, byte[] visualParams); |
38 | 38 | ||
39 | /// <summary> | 39 | /// <summary> |