Commit 862bac56 authored by linzhiguo's avatar linzhiguo

#...

parent 3061251d
......@@ -351,8 +351,8 @@ cc.Class({
this._time_node.x = this._time;
let info = this.data[this._index];
info.correct.length = Math.min(info.correct.length, 3);
info.incorrect.length = Math.min(info.incorrect.length, 3);
// info.correct.length = Math.min(info.correct.length, 3);
// info.incorrect.length = Math.min(info.incorrect.length, 3);
this._correct_index = 0;
let idxs = [info.correct, info.incorrect];
......
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