mirror of https://github.com/axmolengine/axmol.git
change initialization _data from 0 to nullptr.
This commit is contained in:
parent
e063755596
commit
e34ef0d38f
|
@ -376,7 +376,7 @@ namespace
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
Image::Image()
|
Image::Image()
|
||||||
: _data(0)
|
: _data(nullptr)
|
||||||
, _dataLen(0)
|
, _dataLen(0)
|
||||||
, _width(0)
|
, _width(0)
|
||||||
, _height(0)
|
, _height(0)
|
||||||
|
|
Loading…
Reference in New Issue