initialize _startPointCaptured.

This commit is contained in:
joewanchen 2014-12-15 19:42:25 +08:00
parent e060360d9b
commit 0cc4b58383
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ EventMouse::EventMouse(MouseEventType mouseEventCode)
, _y(0.0f)
, _scrollX(0.0f)
, _scrollY(0.0f)
, _startPointCaptured(false)
{
};