Spurious semicolon.
This commit is contained in:
parent
3150dd3c7d
commit
175e1b3637
|
@ -162,7 +162,7 @@ class BoundaryProjector<S extends Space, T extends Space> implements BSPTreeVisi
|
||||||
if (region != null) {
|
if (region != null) {
|
||||||
list.add(region);
|
list.add(region);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Check if a projected point lies on a boundary part.
|
/** Check if a projected point lies on a boundary part.
|
||||||
|
|
Loading…
Reference in New Issue