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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user