mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#SETTINGS
* Fix IsImperial()
This commit is contained in:
parent
526dc8363d
commit
b5186fa328
@ -315,7 +315,7 @@ do -- SETTINGS
|
||||
-- @param #SETTINGS self
|
||||
-- @return #boolean true if imperial.
|
||||
function SETTINGS:IsImperial()
|
||||
return (self.Metric ~= nil and self.Metric == false) or (self.Metric == nil and _SETTINGS:IsMetric())
|
||||
return (self.Metric ~= nil and self.Metric == false) or (self.Metric == nil and _SETTINGS:IsImperial())
|
||||
end
|
||||
|
||||
--- Sets the SETTINGS LL accuracy.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user