diff options
author | Melanie Thielker | 2014-11-10 20:20:58 +0100 |
---|---|---|
committer | Melanie Thielker | 2014-11-10 20:20:58 +0100 |
commit | 1d4355bd735430fbcb79fbce8f22a6c187736578 (patch) | |
tree | 158e218417bb980433682ad211bbc7c3a77ba9be | |
parent | Add a new baked texure module methid to support baked texturing mesh avatars (diff) | |
download | opensim-SC-1d4355bd735430fbcb79fbce8f22a6c187736578.zip opensim-SC-1d4355bd735430fbcb79fbce8f22a6c187736578.tar.gz opensim-SC-1d4355bd735430fbcb79fbce8f22a6c187736578.tar.bz2 opensim-SC-1d4355bd735430fbcb79fbce8f22a6c187736578.tar.xz |
Bare minimum to get the new bake module to compile with this old code
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 6fd5934..ba25d9b 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -73,6 +73,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
73 | 73 | ||
74 | public class ScenePresence : EntityBase, IScenePresence | 74 | public class ScenePresence : EntityBase, IScenePresence |
75 | { | 75 | { |
76 | public bool Invisible = false; | ||
77 | |||
76 | // ~ScenePresence() | 78 | // ~ScenePresence() |
77 | // { | 79 | // { |
78 | // m_log.DebugFormat("[SCENE PRESENCE]: Destructor called on {0}", Name); | 80 | // m_log.DebugFormat("[SCENE PRESENCE]: Destructor called on {0}", Name); |