mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
try to match viewer protocol changes on test feature
This commit is contained in:
@@ -1554,6 +1554,8 @@ namespace OpenSim.Framework
|
||||
int ovrlen = data[indx++];
|
||||
ovrlen += data[indx++] << 8;
|
||||
overrides[i].data = Utils.BytesToString(data,indx, ovrlen);
|
||||
if(overrides[i].data.StartsWith("{\"asset")) // ignore old test data
|
||||
return;
|
||||
indx += ovrlen;
|
||||
}
|
||||
RenderMaterials ??= new Primitive.RenderMaterials();
|
||||
|
||||
Reference in New Issue
Block a user