Commit 0366c837 authored by Chen Jiping's avatar Chen Jiping

完善

parent c67b41db
......@@ -1350,7 +1350,7 @@ export class PlayComponent implements OnInit, OnDestroy {
answer_val.refreshSize();
answer_val.x = -Math.floor(answer_val.width* this.mapScale/2);
answer_val.x = -Math.floor(answer_val.getBoundingBox().width/2);
console.log('answer_val', answer_val.x);
......
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