Fixing typo

This commit is contained in:
Thomas-Karl Pietrowski 2016-03-14 16:57:58 +01:00
parent 60d1f34b17
commit 9ccd903fc9

View file

@ -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