Merge: Make all Sets cloneable
[nit.git] / lib / geometry / boxes.nit
index 0e2d4b5..6ecf483 100644 (file)
@@ -215,6 +215,8 @@ class Box3d[N: Numeric]
        #     assert box.right == 4 and box.top == 4
        init around(boxed: Boxed3d[N]...)
        do
+               super
+
                assert not boxed.is_empty
 
                var left: nullable N = null