From f4c36f0208756a1e88c71eab0b9db9be2d3e0802 Mon Sep 17 00:00:00 2001 From: Casper Warden <216465704+casperwardensl@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:14:57 +0000 Subject: [PATCH] Mark the full store for gltf overrides --- lib/classes/ObjectStoreFull.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/classes/ObjectStoreFull.ts b/lib/classes/ObjectStoreFull.ts index 488d542..e6875af 100644 --- a/lib/classes/ObjectStoreFull.ts +++ b/lib/classes/ObjectStoreFull.ts @@ -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 diff --git a/package.json b/package.json index 1ba7195..000cd60 100644 --- a/package.json +++ b/package.json @@ -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",