EMI: Initialize _texc, _verts and _layers in the constructor of BitmapData.
This commit is contained in:
parent
bbf1843b73
commit
6fa4b66aa7
1 changed files with 3 additions and 0 deletions
|
@ -197,6 +197,9 @@ BitmapData::BitmapData(const Graphics::PixelBuffer &buf, int w, int h, const cha
|
||||||
_keepData = true;
|
_keepData = true;
|
||||||
|
|
||||||
_userData = nullptr;
|
_userData = nullptr;
|
||||||
|
_texc = nullptr;
|
||||||
|
_verts = nullptr;
|
||||||
|
_layers = nullptr;
|
||||||
|
|
||||||
g_driver->createBitmap(this);
|
g_driver->createBitmap(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue