Fix Bug
This commit is contained in:
parent
7babb70729
commit
10159547ea
@ -1385,8 +1385,7 @@ ActionParser.prototype.parseAction = function() {
|
|||||||
break;
|
break;
|
||||||
case "tip":
|
case "tip":
|
||||||
this.next = MotaActionBlocks['tip_s'].xmlText([
|
this.next = MotaActionBlocks['tip_s'].xmlText([
|
||||||
data.data,this.next]);
|
data.text,this.next]);
|
||||||
this.parseAction();
|
|
||||||
break;
|
break;
|
||||||
case "show": // 显示
|
case "show": // 显示
|
||||||
if (!(data.loc[0] instanceof Array))
|
if (!(data.loc[0] instanceof Array))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user