mirror of https://github.com/axmolengine/axmol.git
issue #2087: Init Event::_userData.
This commit is contained in:
parent
a2d9f2d7cf
commit
8fa969b39e
|
@ -30,6 +30,7 @@ Event::Event(const std::string& type)
|
|||
: _type(type)
|
||||
, _isStopped(false)
|
||||
, _currentTarget(nullptr)
|
||||
, _userData(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue