diff --git a/extensions/CocoStudio/Components/CCInputDelegate.cpp b/extensions/CocoStudio/Components/CCInputDelegate.cpp index 17af953837..658b2101c8 100644 --- a/extensions/CocoStudio/Components/CCInputDelegate.cpp +++ b/extensions/CocoStudio/Components/CCInputDelegate.cpp @@ -33,7 +33,7 @@ InputDelegate::InputDelegate(void) , _accelerometerListener(nullptr) , _keypadEnabled(false) , _keyboardListener(nullptr) -, _touchPriority(0) +, _touchPriority(-1) , _touchMode(Touch::DispatchMode::ALL_AT_ONCE) {