mirror of
https://github.com/Relintai/texture_packer.git
synced 2025-02-04 16:16:03 +01:00
Fix compile for current master.
This commit is contained in:
parent
7bff901e49
commit
b17c174906
@ -374,7 +374,7 @@ void TexturePacker::merge() {
|
||||
|
||||
int input_format_offset = get_offset_for_format(img->get_format());
|
||||
|
||||
ERR_CONTINUE_MSG(input_format_offset == 0, "Format is not implemented, Skipping!")
|
||||
ERR_CONTINUE_MSG(input_format_offset == 0, "Format is not implemented, Skipping!");
|
||||
|
||||
int h_wo_margin = r->h - 2 * _margin;
|
||||
for (int y = 0; y < h_wo_margin; ++y) {
|
||||
|
Loading…
Reference in New Issue
Block a user