Skip to content

Commit

Permalink
Fixed location
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Jul 9, 2024
1 parent 0c8d850 commit 164aa2c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import com.badlogic.gdx.ai.utils.Location;
import com.badlogic.gdx.math.Vector2;
import com.simsilica.es.EntityId;
import toniarts.openkeeper.world.creature.steering.CreatureLocation;

/**
* Simple steerable entity. For saving games etc. I would perhaps store this
Expand Down Expand Up @@ -102,7 +101,7 @@ public void setTagged(boolean tagged) {

@Override
public Location<Vector2> newLocation() {
return new CreatureLocation();
return new EntityLocation();
}

@Override
Expand Down

0 comments on commit 164aa2c

Please sign in to comment.