mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Move VRT specification into separate customization asset
Reenable customization scripts Remove warning from HTTPRequest class
This commit is contained in:
@@ -189,7 +189,7 @@ openspace.globebrowsing.addBlendingLayersFromDirectory = function (dir, node_nam
|
||||
local files = openspace.walkDirectoryFiles(dir, true, true)
|
||||
|
||||
for _, file in pairs(files) do
|
||||
if file:find('.info') then
|
||||
if file and file:find('.info') then
|
||||
c, h = openspace.globebrowsing.parseInfoFile(file)
|
||||
|
||||
if c then
|
||||
|
||||
Reference in New Issue
Block a user