Revert r6697 patch as the build fails.

This commit is contained in:
Charles Krinke
2008-10-06 00:58:43 +00:00
parent dedc1baeb7
commit e575ef7ad2
19 changed files with 118 additions and 178 deletions

View File

@@ -756,7 +756,6 @@ namespace OpenSim.Region.Environment.Scenes
set
{
StoreUndoState();
if (m_shape != null) {
m_shape.Scale = value;
if (PhysActor != null && m_parentGroup != null)
@@ -770,7 +769,6 @@ if (m_shape != null) {
}
}
}
}
TriggerScriptChangedEvent(Changed.SCALE);
}
}