mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 04:32:06 +00:00 
			
		
		
		
	Update MovementAIComponent.cpp
This commit is contained in:
		| @@ -337,7 +337,6 @@ void MovementAIComponent::SetPath(std::vector<NiPoint3> path, bool startInRevers | ||||
| 	if (HasAttachedPathStart()) { | ||||
| 		m_CurrentPathWaypointIndex = m_StartingWaypointIndex; | ||||
| 		m_NextPathWaypointIndex = m_StartingWaypointIndex; | ||||
| 		m_Parent->SetPosition(m_CurrentPath.at(m_CurrentPathWaypointIndex)); | ||||
| 	} | ||||
|  | ||||
| 	AdvancePathWaypointIndex(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Markowitz
					David Markowitz