NAVYGROUP

- Improved heading into wind
This commit is contained in:
Frank
2023-09-27 10:53:19 +02:00
parent 7453a6c55d
commit 5d40091947
3 changed files with 50 additions and 13 deletions
+1 -1
View File
@@ -12664,7 +12664,7 @@ function OPSGROUP:_UpdatePosition()
self.positionLast=self.position or self:GetVec3()
self.headingLast=self.heading or self:GetHeading()
self.orientXLast=self.orientX or self:GetOrientationX()
self.velocityLast=self.velocity or self.group:GetVelocityMPS()
self.velocityLast=self.velocity or self.group:GetVelocityMPS()
-- Current state.
self.position=self:GetVec3()