Skip to content

Commit 6ff41ef

Browse files
committed
Project: Forgot to call Tileset::RebuildTilesetImage() after a Tileset::Optimized()
1 parent f2a3e8a commit 6ff41ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

project.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ int Project::ExportToSourceFile(QString fname, int export_flags)
188188
default:
189189
break;
190190
}
191+
192+
out_tileset.RebuildTilesetImage();
191193
}
192194

193195
switch ((export_flags>>Project::ExportFormat)&0b11)

0 commit comments

Comments
 (0)