Skip to content

Commit 4d0789d

Browse files
authored
Fixed buils, hopefully
1 parent 90728f5 commit 4d0789d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Entities/Scene.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@ void Scene::Update() {
24592459
for (const std::string& navigableArea: m_NavigableAreas) {
24602460
if (HasArea(navigableArea)) {
24612461
for (const Box* navigableBox: GetArea(navigableArea)->GetBoxes()) {
2462-
pathFinder.MarkBoxNavigable(navigableBox, true);
2462+
pathFinder.MarkBoxNavigable(*navigableBox, true);
24632463
}
24642464
}
24652465
}

0 commit comments

Comments
 (0)