@woosh/meep-engine 2.47.19 → 2.47.20

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.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "description": "Fully featured ECS game engine written in JavaScript",
6
6
  "type": "module",
7
7
  "author": "Alexander Goldring",
8
- "version": "2.47.19",
8
+ "version": "2.47.20",
9
9
  "main": "build/meep.module.js",
10
10
  "module": "build/meep.module.js",
11
11
  "exports": {
@@ -164,6 +164,8 @@ export class NodeGraph {
164
164
  this_node_id = this.__idpNodes.peek();
165
165
  }
166
166
 
167
+ this_node.id = this_node_id;
168
+
167
169
  this.addNode(this_node);
168
170
 
169
171