mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Actually call onModified with Bitmap::replaceRaw
This commit is contained in:
parent
eeefe61b89
commit
7fdef66673
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue