From 019ec0e55d36df045a8c7d439384ab88e65df2d2 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 3 Apr 2023 21:35:09 -0500 Subject: [PATCH] Replace QuadTree/Node Consumers with Iterators This drastically improves debugging, because lambda consumers cause the stack trace to become messy very quickly. Although they are unfortunately a bit more complicated to deal with and I'm less certain they are bug-free (even with the included unit tests). --- coreSubProjects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreSubProjects b/coreSubProjects index 146a2d38c..4d9264321 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit 146a2d38cb17605084ad453afd60cd57097fee14 +Subproject commit 4d9264321c290571d5bb8725ec54acc735bbbd34