mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-21 20:39:08 -06:00
Fix wrong kernels being used for Neptune's inner moons
Copy paste error in kernel handling update
This commit is contained in:
@@ -31,11 +31,11 @@ local Frame = {
|
||||
|
||||
|
||||
asset.onInitialize(function()
|
||||
openspace.spice.loadKernel(kernels .. "nep102.bsp")
|
||||
openspace.spice.loadKernel(kernels .. "nep095.bsp")
|
||||
end)
|
||||
|
||||
asset.onDeinitialize(function()
|
||||
openspace.spice.unloadKernel(kernels .. "nep102.bsp")
|
||||
openspace.spice.unloadKernel(kernels .. "nep095.bsp")
|
||||
end)
|
||||
|
||||
asset.export("ID", ID)
|
||||
|
||||
Reference in New Issue
Block a user