aboutsummaryrefslogtreecommitdiff
path: root/Museum.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 14:36:41 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 14:36:41 +0200
commit64028952ceb17f97ded08f1ab7ec0b06c41e2b87 (patch)
treef792377f93ff30a41a0c559c67aa874a022d4763 /Museum.cpp
parente522f2a36ee00a3e0890adb2c34bfc8431711265 (diff)
add pathfinding start/end selection
Diffstat (limited to 'Museum.cpp')
-rw-r--r--Museum.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}