fixed packer's off-by-one error with padding

This commit is contained in:
Noel Berry
2022-01-09 13:51:23 -08:00
parent 168424039c
commit 53ebb40ffd
2 changed files with 33 additions and 33 deletions

View File

@ -108,8 +108,8 @@ namespace Blah
Node* down;
Node();
Node* Find(int w, int h);
Node* Reset(const Recti& rect);
Node* find(int w, int h);
Node* reset(const Recti& rect);
};
// whether the packer has any changes that require it to run again