fixed compilation error
This commit is contained in:
parent
0817c409ee
commit
45be48842f
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ public class Box implements IBox {
|
||||||
|
|
||||||
public Box extendToEncompass (Box toBeContained) {
|
public Box extendToEncompass (Box toBeContained) {
|
||||||
if (!toBeContained.initialized) {
|
if (!toBeContained.initialized) {
|
||||||
return;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (toBeContained.xMin < xMin) {
|
if (toBeContained.xMin < xMin) {
|
||||||
|
|
Loading…
Reference in a new issue