mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-22 06:45:20 +00:00
#EASYGCICAP - Fix trying to set corridor limits in feet when they are meters internally
This commit is contained in:
@@ -1626,7 +1626,7 @@ function EASYGCICAP:_StartIntel()
|
|||||||
if self.usecorridors == true then
|
if self.usecorridors == true then
|
||||||
BlueIntel:SetCorridorZones(self.corridorzones)
|
BlueIntel:SetCorridorZones(self.corridorzones)
|
||||||
if self.corridorfloor or self.corridorceiling then
|
if self.corridorfloor or self.corridorceiling then
|
||||||
BlueIntel:SetCorridorLimitsFeet(self.corridorfloor,self.corridorceiling)
|
BlueIntel:SetCorridorLimits(self.corridorfloor,self.corridorceiling)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user