mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-28 23:19:35 -06:00
Fix erroneous change in the layer_support
This commit is contained in:
@@ -224,8 +224,11 @@ openspace.globebrowsing.parseInfoFile = function (file)
|
||||
local name = Name or Identifier
|
||||
local identifier = Identifier
|
||||
local zIndex = ZIndex
|
||||
if zIndex == "" then
|
||||
zIndex = nil
|
||||
end
|
||||
|
||||
if identifier == nil then
|
||||
if identifier == "" then
|
||||
openspace.printError('Error loading file "' .. file .. '": No "Identifier" found')
|
||||
return nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user