work
This commit is contained in:
@@ -190,8 +190,8 @@ public class Zone extends AbstractWorldObject {
|
||||
|
||||
public void createNavMesh(){
|
||||
Vector3fImmutable location = this.loc;
|
||||
int xPoint = (int)(location.x - this.bounds.getHalfExtents().x);
|
||||
int zPoint = (int) (location.z - this.bounds.getHalfExtents().y);
|
||||
int xPoint = (int)(this.absX - this.bounds.getHalfExtents().x);
|
||||
int zPoint = (int) (this.absZ - this.bounds.getHalfExtents().y);
|
||||
int extentsX = (int) (this.bounds.getHalfExtents().x * 2);
|
||||
int extentsZ = (int) (this.bounds.getHalfExtents().y * 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user