* Fix Inconsistent line ending style on ScenePresenceAnimator
parent
56dca3b5a4
commit
7a2e8cb05f
|
@ -445,9 +445,9 @@ namespace OpenSim.Region.Framework.Scenes.Animation
|
|||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
m_animations = null;
|
||||
m_scenePresence = null;
|
||||
{
|
||||
m_animations = null;
|
||||
m_scenePresence = null;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue