diff --git a/cocos/base/CCEventTouch.h b/cocos/base/CCEventTouch.h index 412db171a0..52bbbf9a2c 100644 --- a/cocos/base/CCEventTouch.h +++ b/cocos/base/CCEventTouch.h @@ -36,7 +36,7 @@ NS_CC_BEGIN class CC_DLL EventTouch : public Event { public: - static const int MAX_TOUCHES = 5; + static const int MAX_TOUCHES = 15; enum class EventCode {