Mark the full store for gltf overrides

This commit is contained in:
Casper Warden
2025-03-11 18:14:57 +00:00
parent 53659008ac
commit f4c36f0208
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export class ObjectStoreFull extends ObjectStoreLite implements IObjectStore
{
super(circuit, agent, clientEvents, options);
this.rtree = new RBush3D();
this.fullStore = true;
}
protected objectUpdate(objectUpdate: ObjectUpdateMessage): void