mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 08:51:26 -06:00
Fix invalid paths to debug texture in mod files
This commit is contained in:
@@ -64,7 +64,7 @@ return {
|
||||
{
|
||||
Type = "SingleImage",
|
||||
Name = "Debug Tiles",
|
||||
FilePath = "textures/test_tile.png",
|
||||
FilePath = "../debugglobe/textures/test_tile.png",
|
||||
},
|
||||
{
|
||||
Type = "Temporal",
|
||||
|
||||
@@ -43,7 +43,7 @@ return {
|
||||
{
|
||||
Type = "SingleImage",
|
||||
Name = "Debug Tiles",
|
||||
FilePath = "textures/test_tile.png",
|
||||
FilePath = "../debugglobe/textures/test_tile.png",
|
||||
},
|
||||
{
|
||||
Name = "MARS_Viking_MDIM21",
|
||||
|
||||
Reference in New Issue
Block a user