@@ -20,7 +20,7 @@ export class OriginCup extends Component {
start() {
this.node.on(Node.EventType.TOUCH_END, () => {
- EventDispatcher.instance.emit(GameEvent.EVENT_CLICK_ORIGIN_CUP, this);
+ // EventDispatcher.instance.emit(GameEvent.EVENT_CLICK_ORIGIN_CUP, this);
});
}