mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
Fix download links for Digital Universe
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_2df_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_2df_textures", Destination = "textures", Version = 1 }
|
||||
{ Identifier = "digitaluniverse_2dF_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_2dF_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "digitaluniverse_6df_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_6df_textures", Destination = "textures", Version = 1 }
|
||||
{ Identifier = "digitaluniverse_6dF_speck", Destination = "speck", Version = 1 },
|
||||
{ Identifier = "digitaluniverse_6dF_textures", Destination = "textures", Version = 1 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user