* Added a null check in Utils.StringToBytes()

* Corrected Z position in Simian ObjectAddHandler

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2176 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-08-27 23:41:25 +00:00
parent 11776ef202
commit 5144fd6b32
2 changed files with 6 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ namespace Simian.Extensions
}
}
position.Z += scale.Z * 0.5f;
#endregion Position Calculation
#region Foliage Handling