diff --git a/Engine/source/T3D/AI/AINavigation.cpp b/Engine/source/T3D/AI/AINavigation.cpp index a4511921f..4897e0617 100644 --- a/Engine/source/T3D/AI/AINavigation.cpp +++ b/Engine/source/T3D/AI/AINavigation.cpp @@ -170,8 +170,10 @@ void AINavigation::onReachDestination() } else #endif + { getCtrl()->throwCallback("onReachDestination"); - getCtrl()->mMovement.mMoveState = AIController::ModeStop; + getCtrl()->mMovement.mMoveState = AIController::ModeStop; + } } bool AINavigation::setPathDestination(const Point3F& pos)