mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
added ObjectPhysicsProperties http event message to send viewer that data. For now on caps/EventQueue, and still only used on a material change...
This commit is contained in:
@@ -1695,6 +1695,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
part.Material = Convert.ToByte(material);
|
||||
group.HasGroupChanged = true;
|
||||
remoteClient.SendPartPhysicsProprieties(part);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user