mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +00:00
Add one assert more in ImageIteratorT() ctor
This commit is contained in:
parent
20393c8aaa
commit
858d7ff1b3
@ -80,6 +80,7 @@ namespace raster {
|
||||
#endif
|
||||
{
|
||||
ASSERT(bounds.contains(gfx::Point(x, y)));
|
||||
ASSERT(image->getBounds().contains(bounds));
|
||||
}
|
||||
|
||||
ImageIteratorT& operator=(const ImageIteratorT& other) {
|
||||
|
Loading…
Reference in New Issue
Block a user