mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
ImprovedTerseObjectUpdate packet does not support shape updates, thus scheduling terse updates will not (and does not) update shape information in the viewer
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
0588f27d18
commit
cd9fd77e2c
@@ -2467,7 +2467,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
/// <summary>
|
||||
/// Schedule a terse update for this prim. Terse updates only send position,
|
||||
/// rotation, velocity, rotational velocity and shape information.
|
||||
/// rotation, velocity and rotational velocity information.
|
||||
/// </summary>
|
||||
public void ScheduleTerseUpdate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user