@woosh/meep-engine 2.87.5 → 2.87.6

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.87.5",
8
+ "version": "2.87.6",
9
9
  "main": "build/meep.module.js",
10
10
  "module": "build/meep.module.js",
11
11
  "exports": {
@@ -39,7 +39,7 @@ export function qt_query_data_raycast(
39
39
  * @type {QuadTreeDatum<T>|undefined}
40
40
  */
41
41
  let best_match = undefined;
42
- let best_match_distance = max_distance;
42
+ let best_match_distance = max_distance2;
43
43
 
44
44
  while (stack_pointer > 0) {
45
45