mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-26 05:58:48 -05:00
Fix example, don't store DefaultTileProvider as unique_ptrs
This commit is contained in:
@@ -43,7 +43,8 @@ asset.onInitialize(function ()
|
||||
openspace.globebrowsing.addLayer(globeIdentifier, "ColorLayers", layer_folder)
|
||||
end)
|
||||
|
||||
asset.export("layer", layer)
|
||||
asset.export("layer", layer_prototype)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Climate Earth Layers",
|
||||
Version = "1.0",
|
||||
|
||||
Reference in New Issue
Block a user