fixed compilation error

This commit is contained in:
SpaceToad 2014-04-30 09:32:33 +02:00
parent 0817c409ee
commit 45be48842f

View file

@ -293,7 +293,7 @@ public class Box implements IBox {
public Box extendToEncompass (Box toBeContained) {
if (!toBeContained.initialized) {
return;
return this;
}
if (toBeContained.xMin < xMin) {