From 0ce065db2b9b8efdcfaba8fdd2e58b802fe80cc1 Mon Sep 17 00:00:00 2001 From: Erik Broberg Date: Thu, 21 Jul 2016 17:30:50 -0400 Subject: [PATCH] Fix invalid paths to debug texture in mod files --- data/scene/lodearth/lodearth.mod | 2 +- data/scene/lodmars/lodmars.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/scene/lodearth/lodearth.mod b/data/scene/lodearth/lodearth.mod index a7691e90a4..d8d182556a 100644 --- a/data/scene/lodearth/lodearth.mod +++ b/data/scene/lodearth/lodearth.mod @@ -64,7 +64,7 @@ return { { Type = "SingleImage", Name = "Debug Tiles", - FilePath = "textures/test_tile.png", + FilePath = "../debugglobe/textures/test_tile.png", }, { Type = "Temporal", diff --git a/data/scene/lodmars/lodmars.mod b/data/scene/lodmars/lodmars.mod index dbb0c95fb3..351bf423d3 100644 --- a/data/scene/lodmars/lodmars.mod +++ b/data/scene/lodmars/lodmars.mod @@ -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",