1
This commit is contained in:
parent
0d0e1716e1
commit
70422aea17
@ -1834,6 +1834,9 @@ void Human::_InternalUpdateMove(float speed)
|
|||||||
nx = -nx;
|
nx = -nx;
|
||||||
ny = -ny;
|
ny = -ny;
|
||||||
}
|
}
|
||||||
|
if (HasBuffEffect(kBET_Hide)) {
|
||||||
|
RemoveBuffByEffectId(kBET_Hide);
|
||||||
|
}
|
||||||
#if 1
|
#if 1
|
||||||
SetPos(old_pos + a8::Vec2(nx, ny));
|
SetPos(old_pos + a8::Vec2(nx, ny));
|
||||||
if (!CheckCollision()) {
|
if (!CheckCollision()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user