The merger now won't have the REPEAT texture flag by default.

This commit is contained in:
Relintai 2019-10-22 00:18:27 +02:00
parent 95fbb4668b
commit d94977de50

View File

@ -313,7 +313,7 @@ void TexturePacker::merge() {
}
TexturePacker::TexturePacker() {
_texture_flags = Texture::FLAGS_DEFAULT;
_texture_flags = Texture::FLAG_MIPMAPS | Texture::FLAG_FILTER;
_max_atlas_size = 1024;
_keep_original_atlases = false;
_margin = 0;