Skip to content

Commit 6fcde03

Browse files
author
LocalIdentity
committed
Fix tree export crash
1 parent 8ebe515 commit 6fcde03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Export/Scripts/passivetree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ for _, lines in ipairs(linesFiles) do
12851285
table.insert(linesDds, lines.mask)
12861286
end
12871287

1288-
extractFromGgpk(linesDds)
1288+
main.ggpk:ExtractList(linesDds, cacheExtract)
12891289
nvtt.ExportDDSToPng(main.ggpk.oozPath, basePath .. version .. "/", "lines", linesDds, true)
12901290

12911291
-- change extension from dds to png

0 commit comments

Comments
 (0)