Commit 98a8eb7b authored by liujiaxin's avatar liujiaxin

feat: add native fn flag

parent 2f5ee806
...@@ -472,7 +472,7 @@ cc.Class({ ...@@ -472,7 +472,7 @@ cc.Class({
window.air = window.air || {} window.air = window.air || {}
if (window.air) { if (window.air) {
window.air.osmoFingerReadCallback = (pos) => { window.air.osmoFingerReadCallback = (pos) => {
if (this.gameMachineService) { if (!this.gameMachineService) {
return; return;
} }
// const st = this.gameMachineService.state.value.constructor.name == 'Object' // const st = this.gameMachineService.state.value.constructor.name == 'Object'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment