Skip to content

Commit

Permalink
Extended log
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Feb 22, 2024
1 parent 5537eed commit 89da06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CentrED/Map/LandObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void UpdateId(ushort newId)

if (Texture == null)
{
Console.WriteLine($"No texture found for land {newId:X}, texmap: {useTexMap}");
Console.WriteLine($"No texture found for land {Tile.X},{Tile.Y},{Tile.Z}:0x{newId:X}, texmap:{useTexMap}");
return;
}

Expand Down

0 comments on commit 89da06b

Please sign in to comment.