* Fix Inconsistent line ending style on ScenePresenceAnimator

mysql-performance
Teravus Ovares (Dan Olivares) 2009-12-01 10:47:18 -05:00
parent 56dca3b5a4
commit 7a2e8cb05f
1 changed files with 3 additions and 3 deletions

View File

@ -445,9 +445,9 @@ namespace OpenSim.Region.Framework.Scenes.Animation
} }
public void Close() public void Close()
{ {
m_animations = null; m_animations = null;
m_scenePresence = null; m_scenePresence = null;
} }
} }
} }