mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-02-26 16:17:05 +08:00
修复点击错位
This commit is contained in:
parent
8bf1490a15
commit
9e61819d10
@ -870,8 +870,7 @@ actions.prototype._getClickLoc = function (x, y) {
|
|||||||
statusBar.y =
|
statusBar.y =
|
||||||
core.dom.statusBar.offsetHeight +
|
core.dom.statusBar.offsetHeight +
|
||||||
3 +
|
3 +
|
||||||
32 * core.values.statusCanvasRowsOnMobile +
|
32 * core.values.statusCanvasRowsOnMobile;
|
||||||
9;
|
|
||||||
} else {
|
} else {
|
||||||
statusBar.x = core.dom.statusBar.offsetWidth + 3;
|
statusBar.x = core.dom.statusBar.offsetWidth + 3;
|
||||||
statusBar.y = 3;
|
statusBar.y = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user