mirror of
https://github.com/Relintai/texture_packer.git
synced 2024-11-12 10:15:16 +01:00
The merger now won't have the REPEAT texture flag by default.
This commit is contained in:
parent
95fbb4668b
commit
d94977de50
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user