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

View File

@@ -1,6 +1,6 @@
{
"name": "@caspertech/node-metaverse",
"version": "0.8.0",
"version": "0.8.1",
"description": "A node.js interface for Second Life.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",