Note for later about Facade Change.

This commit is contained in:
AlgorithmX2
2014-05-03 19:20:03 -05:00
parent 56daf3a2c2
commit 5f58bdc785
+1
View File
@@ -50,6 +50,7 @@ public class FacadePart implements IFacadePart
@Override
public void getBoxes(IPartCollsionHelper ch)
{
// the box is 15.9 for transition planes to pick up collision events.
ch.addBox( 0.0, 0.0, 14, 16.0, 16.0, 15.9 );
}