mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Revert r6697 patch as the build fails.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user