Actually call onModified with Bitmap::replaceRaw

This commit is contained in:
Inori 2019-09-05 21:15:19 -04:00
parent eeefe61b89
commit 7fdef66673

View file

@ -902,7 +902,7 @@ void Bitmap::replaceRaw(void *pixel_data, int w, int h)
TEXFBO::fini(buf);
taintArea(IntRect(0,0,w,h));
p->onModified();
}
void Bitmap::hueChange(int hue)