diff --git a/include/Quadtree.h b/include/Quadtree.h index 06097c5..1ba9e08 100644 --- a/include/Quadtree.h +++ b/include/Quadtree.h @@ -86,7 +86,7 @@ class Quadtree // North West case 0: return Box(origin, childSize); - // Norst East + // North East case 1: return Box(Vector2(origin.x + childSize.x, origin.y), childSize); // South West