master
Oversword 2021-08-08 02:44:28 +01:00
parent c6c62b1ddc
commit d5a1b58a82
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ end
local function get_tile(node_def, index)
if not index then index = 1 end
return
return
((node_def.tiles and node_def.tiles[index] and
(node_def.tiles[index].name or node_def.tiles[index]))
or (node_def.tile_images and node_def.tile_images[index]))