mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Fix error in deinitilialize of distance-to-earth example asset
This commit is contained in:
@@ -41,7 +41,7 @@ asset.onInitialize(function()
|
||||
end)
|
||||
|
||||
asset.onDeinitialize(function()
|
||||
openspace.addScreenSpaceRenderable(Dashboard)
|
||||
openspace.removeScreenSpaceRenderable(Dashboard)
|
||||
end)
|
||||
|
||||
asset.export(Dashboard)
|
||||
|
||||
Reference in New Issue
Block a user