Commit 095e3a0d authored by limingzhe's avatar limingzhe

fix: debug

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