work
This commit is contained in:
@@ -189,7 +189,6 @@ public class Zone extends AbstractWorldObject {
|
||||
}
|
||||
|
||||
public void createNavMesh(){
|
||||
Vector3fImmutable location = this.loc;
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user