Bare minimum to get the new bake module to compile with this old code
parent
f4d462eb5d
commit
1d4355bd73
|
@ -73,6 +73,8 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
public class ScenePresence : EntityBase, IScenePresence
|
||||
{
|
||||
public bool Invisible = false;
|
||||
|
||||
// ~ScenePresence()
|
||||
// {
|
||||
// m_log.DebugFormat("[SCENE PRESENCE]: Destructor called on {0}", Name);
|
||||
|
|
Loading…
Reference in New Issue