Update svn properties, minor formatting cleanup.

0.6.1-post-fixes
Jeff Ames 2008-11-16 02:55:24 +00:00
parent 4f293aa99c
commit 55e2ede065
1 changed files with 1 additions and 1 deletions

View File

@ -1810,7 +1810,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (group != null) // a bit paranoid, maybe
{
SceneObjectPart rootPart = group.RootPart;
if(rootPart != null) // again, better safe than sorry
if (rootPart != null) // again, better safe than sorry
{
SetRot(m_host, rootPart.RotationOffset * Rot2Quaternion(rot));
}