Fix invalid paths to debug texture in mod files

This commit is contained in:
Erik Broberg
2016-07-21 17:30:50 -04:00
parent 58a8c1dc1b
commit 0ce065db2b
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ return {
{
Type = "SingleImage",
Name = "Debug Tiles",
FilePath = "textures/test_tile.png",
FilePath = "../debugglobe/textures/test_tile.png",
},
{
Type = "Temporal",

View File

@@ -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",