Browse Source

mob ai work

lakebane-mobai2
FatBoy-DOTC 1 week ago
parent
commit
40c77df0fe
  1. 1
      src/engine/objects/AbstractCharacter.java

1
src/engine/objects/AbstractCharacter.java

@ -983,6 +983,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
public final void setLoc(final Vector3fImmutable value) { public final void setLoc(final Vector3fImmutable value) {
super.setLoc(value); // set the location in the world super.setLoc(value); // set the location in the world
this.resetLastSetLocUpdate(); this.resetLastSetLocUpdate();
WorldGrid.updateObject(this);
} }
public Vector3fImmutable getMovementLoc() { public Vector3fImmutable getMovementLoc() {

Loading…
Cancel
Save