Fix several classes not accepting disposed bitmaps
Fixes an error in Alpha Kimori.
This commit is contained in:
parent
685f8b63b3
commit
11cfe887c2
3 changed files with 6 additions and 3 deletions
|
@ -921,6 +921,9 @@ void WindowVX::setContents(Bitmap *value)
|
|||
|
||||
p->contents = value;
|
||||
|
||||
if (nullOrDisposed(value))
|
||||
return;
|
||||
|
||||
FloatRect rect = p->contents->rect();
|
||||
p->contentsQuad.setTexPosRect(rect, rect);
|
||||
p->ctrlVertDirty = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue