setRequestAnimationFrame
This commit is contained in:
parent
46fc674b86
commit
a6045f321d
@ -1676,6 +1676,7 @@ core.prototype.setHeroMoveInterval = function (direction, x, y, callback) {
|
|||||||
if (core.status.heroMoving>0) {
|
if (core.status.heroMoving>0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
core.status.heroMoving=1;
|
||||||
// core.status.heroMoving = true;
|
// core.status.heroMoving = true;
|
||||||
// var moveStep = 0;
|
// var moveStep = 0;
|
||||||
var scan = {
|
var scan = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user