change maxSize of quad tree's leaf nodes (from a max length of 3 to a max length of 9)

This commit is contained in:
2025-01-31 06:01:02 +00:00
parent e23e2f0997
commit 76c5f9d662
2 changed files with 11 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ struct
type t = QuadTreeType.t
(* max size of vector before we split it further *)
val maxSize = 3
val maxSize = 9
fun mkTopLeft (x, y, w, h, items) =
let