|
@@ -130,7 +130,7 @@ class PlatformPhysics:
|
|
|
else:
|
|
|
overlap = node.callDecoration("getConvexHull").intersectsPolygon(other_node.callDecoration("getConvexHull"))
|
|
|
except:
|
|
|
- overlap = None #It can sometimes occur that the caclulated convex hull has no size, in which case there is no overlap.
|
|
|
+ overlap = None #It can sometimes occur that the calculated convex hull has no size, in which case there is no overlap.
|
|
|
|
|
|
if overlap is None:
|
|
|
continue
|