From 64028952ceb17f97ded08f1ab7ec0b06c41e2b87 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 23 Oct 2024 14:36:41 +0200 Subject: add pathfinding start/end selection --- Museum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Museum.cpp') diff --git a/Museum.cpp b/Museum.cpp index aaf5e83..bed7285 100644 --- a/Museum.cpp +++ b/Museum.cpp @@ -2,7 +2,7 @@ using namespace std; -Museum::Museum() : people(*this), canvas(*this), collision(*this) { +Museum::Museum() : people(*this), canvas(*this), collision(*this), pathfinding(*this) { this->worker = new std::thread(&Museum::work, this); } -- cgit v1.2.3