diff --git a/simgear/scene/material/mat.cxx b/simgear/scene/material/mat.cxx index 8606e616..8a8f635a 100644 --- a/simgear/scene/material/mat.cxx +++ b/simgear/scene/material/mat.cxx @@ -120,6 +120,7 @@ SGMaterial::read_properties( const string &fg_root, const SGPropertyNode * props string tname = "unknown.rgb"; SGPath tpath( fg_root ); tpath.append("Textures"); + tpath.append("Terrain"); tpath.append(tname); _internal_state st( NULL, tpath.str(), true ); _status.push_back( st );