mirror of
https://github.com/NoelFB/blah.git
synced 2025-06-29 19:25:26 +08:00
fixed packer's off-by-one error with padding
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user