teleportxr 1.0.47 → 1.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -119,7 +119,7 @@ class GeometryService {
|
|
|
119
119
|
var index = clientIDToIndex.get(this.clientID);
|
|
120
120
|
if (GeometryService.trackedResources.has(uid)) {
|
|
121
121
|
var res = GeometryService.GetOrCreateTrackedResource(uid);
|
|
122
|
-
res.clientNeeds.
|
|
122
|
+
res.clientNeeds.set(index, false);
|
|
123
123
|
}
|
|
124
124
|
// Should certainly be in this set:
|
|
125
125
|
this.nodesToStreamEventually.delete(uid);
|
package/package.json
CHANGED