mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Experimental fix for random walking of resized prims.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user