@woosh/meep-engine 2.132.0 → 2.132.1

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": "Pure JavaScript game engine. Fully featured and production ready.",
6
6
  "type": "module",
7
7
  "author": "Alexander Goldring",
8
- "version": "2.132.0",
8
+ "version": "2.132.1",
9
9
  "main": "build/meep.module.js",
10
10
  "module": "build/meep.module.js",
11
11
  "exports": {
@@ -624,7 +624,7 @@ export class AABB3 {
624
624
  target.set(
625
625
  this.width,
626
626
  this.height,
627
- this.height,
627
+ this.depth,
628
628
  );
629
629
 
630
630
  return target;