diff --git a/CentrED/Map/LandObject.cs b/CentrED/Map/LandObject.cs index 75910ea..76e46e2 100644 --- a/CentrED/Map/LandObject.cs +++ b/CentrED/Map/LandObject.cs @@ -78,7 +78,7 @@ public void UpdateId(ushort newId) var useTexMap = isTexMapValid && (Config.Instance.PreferTexMaps || isStretched); if (useTexMap) { - Texture = TexmapsLoader.Instance.GetLandTexture(newId, out bounds); + Texture = TexmapsLoader.Instance.GetLandTexture(TileDataLoader.Instance.LandData[newId].TexID, out bounds); } else {