mirror of https://github.com/axmolengine/axmol.git
initialize _startPointCaptured.
This commit is contained in:
parent
e060360d9b
commit
0cc4b58383
|
@ -36,6 +36,7 @@ EventMouse::EventMouse(MouseEventType mouseEventCode)
|
|||
, _y(0.0f)
|
||||
, _scrollX(0.0f)
|
||||
, _scrollY(0.0f)
|
||||
, _startPointCaptured(false)
|
||||
{
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue