Skip to content

Commit e14859e

Browse files
committed
"I don't know". I shouldn't bullshit to sound smart without testing
1 parent c5fafe5 commit e14859e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Entities/Actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ void Actor::PreControllerUpdate() {
11191119
}
11201120

11211121
// We update this after, because pathing requests are forced to take at least 1 frame for the sake of determinism for now.
1122-
// In future maybe we can move this back, but it doesn't make much difference (the threadpool submission overhead makes it extremely unlikely that it would complete in less time anyways)
1122+
// In future maybe we can move this back, but it doesn't make much difference
11231123
if (m_UpdateMovePath) {
11241124
UpdateMovePath();
11251125
}

0 commit comments

Comments
 (0)