Commit 095e3a0d authored by limingzhe's avatar limingzhe

fix: debug

parent f49cc9cf
No preview for this file type
......@@ -2743,6 +2743,10 @@ cc.Class({
location.top = poly[1];
location.right = poly[2];
location.bottom = poly[7];
if (cc.sys.os == cc.sys.OS_IOS) {
location.bottom = poly[3];
}
wordArr.push({content, location, centerLoc});
}
......
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