fix wrong variable
This commit is contained in:
parent
30c34d07d0
commit
4071b5fc21
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class Area {
|
|||
n.x=(int)n.x;
|
||||
n.y=(int)n.y;
|
||||
n.z=(int)n.z;
|
||||
return space.contains(c);
|
||||
return space.contains(n);
|
||||
}
|
||||
|
||||
public boolean does_intersect(BoundingBox c){
|
||||
|
|
Loading…
Reference in a new issue