mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-16 22:22:25 +00:00
#RAT Fix for aircraft with missing dimensions
This commit is contained in:
@@ -2159,6 +2159,12 @@ function RAT:_InitAircraft(DCSgroup)
|
||||
self.aircraft.height=4.11
|
||||
self.aircraft.width=13.41
|
||||
end
|
||||
if not DCSdesc.box then
|
||||
-- Tomcat sizing
|
||||
self.aircraft.length=19.13
|
||||
self.aircraft.height=4.9
|
||||
self.aircraft.width=11.65
|
||||
end
|
||||
|
||||
self.aircraft.box=math.max(self.aircraft.length,self.aircraft.width)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user