mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-09 17:08:06 +00:00
auroooga
This commit is contained in:
@@ -68,7 +68,7 @@ float MovementAIComponent::GetCurrentPathWaypointSpeed() const {
|
||||
if (!m_Path || m_CurrentPathWaypointIndex >= m_CurrentPath.size() || m_CurrentPathWaypointIndex < 0) {
|
||||
return 1.0f;
|
||||
}
|
||||
return m_Path->pathWaypoints.at(m_CurrentPathWaypointIndex).speed;
|
||||
return m_Path->pathWaypoints.at(m_CurrentPathWaypointIndex).movingPlatform.speed;
|
||||
}
|
||||
|
||||
void MovementAIComponent::SetupPath(const std::string& pathname) {
|
||||
|
Reference in New Issue
Block a user