This commit is contained in:
2023-10-27 21:55:31 -05:00
parent c63c5e6896
commit f002de704b
4 changed files with 27 additions and 8 deletions
-1
View File
@@ -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);