diff options
author | Sean Dague | 2007-12-12 20:45:39 +0000 |
---|---|---|
committer | Sean Dague | 2007-12-12 20:45:39 +0000 |
commit | 100fb6a0b1049a01a15840420a131d5bd5ed0a80 (patch) | |
tree | 649e7e6320fc05ba0a4ca78a5064ee73f9c94220 /OpenSim/Region/Environment/Scenes/ScenePresence.cs | |
parent | * In our quest for sim heartbeat stats, we're a touch closer to accurate obje... (diff) | |
download | opensim-SC_OLD-100fb6a0b1049a01a15840420a131d5bd5ed0a80.zip opensim-SC_OLD-100fb6a0b1049a01a15840420a131d5bd5ed0a80.tar.gz opensim-SC_OLD-100fb6a0b1049a01a15840420a131d5bd5ed0a80.tar.bz2 opensim-SC_OLD-100fb6a0b1049a01a15840420a131d5bd5ed0a80.tar.xz |
remove another partial class, and map another class back to a real file
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 0640067..512eed0 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -38,7 +38,7 @@ using OpenSim.Region.Physics.Manager; | |||
38 | 38 | ||
39 | namespace OpenSim.Region.Environment.Scenes | 39 | namespace OpenSim.Region.Environment.Scenes |
40 | { | 40 | { |
41 | public partial class ScenePresence : EntityBase | 41 | public class ScenePresence : EntityBase |
42 | { | 42 | { |
43 | public static AvatarAnimations Animations; | 43 | public static AvatarAnimations Animations; |
44 | public static byte[] DefaultTexture; | 44 | public static byte[] DefaultTexture; |