diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 14:36:41 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 14:36:41 +0200 |
commit | 64028952ceb17f97ded08f1ab7ec0b06c41e2b87 (patch) | |
tree | f792377f93ff30a41a0c559c67aa874a022d4763 /Museum.cpp | |
parent | e522f2a36ee00a3e0890adb2c34bfc8431711265 (diff) |
add pathfinding start/end selection
Diffstat (limited to 'Museum.cpp')
-rw-r--r-- | Museum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |