Skip to content

Commit

Permalink
Fixed buils, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Causeless authored Nov 20, 2024
1 parent 90728f5 commit 4d0789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Entities/Scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@ void Scene::Update() {
for (const std::string& navigableArea: m_NavigableAreas) {
if (HasArea(navigableArea)) {
for (const Box* navigableBox: GetArea(navigableArea)->GetBoxes()) {
pathFinder.MarkBoxNavigable(navigableBox, true);
pathFinder.MarkBoxNavigable(*navigableBox, true);
}
}
}
Expand Down

0 comments on commit 4d0789d

Please sign in to comment.