chore: format
This commit is contained in:
parent
d2dddde902
commit
47f4aca0c9
|
@ -116,10 +116,7 @@ function createMoveToNormal(position) {
|
|||
if (magnitude < 4) {
|
||||
return;
|
||||
}
|
||||
const diff = Vector.sub(
|
||||
position,
|
||||
realEntityPosition,
|
||||
);
|
||||
const diff = Vector.sub(position, realEntityPosition);
|
||||
return Vector.normalize(diff);
|
||||
}
|
||||
let pointingAt = [-1, -1];
|
||||
|
|
Loading…
Reference in New Issue
Block a user