mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Fix Inconsistent line ending style on ScenePresenceAnimator
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user