* Experimental fix for random walking of resized prims.

afrisby
Adam Frisby 2007-07-29 12:41:30 +00:00
parent 7d2f976b14
commit 5146661ed1
1 changed files with 5 additions and 0 deletions

View File

@ -427,6 +427,11 @@ namespace OpenSim.Region.Environment.Scenes
offset.X /= 2;
offset.Y /= 2;
offset.Z /= 2;
//DODGY HACK TEST
offset = new LLVector3();
//DODGY HACK TEST
if (m_isRootPrim)
{
m_Parent.Pos += offset;