Fix example, don't store DefaultTileProvider as unique_ptrs

This commit is contained in:
Alexander Bock
2022-01-01 13:07:15 +01:00
parent 2d341a875d
commit 550faec8fb
4 changed files with 30 additions and 40 deletions
@@ -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",