Skip to content

Commit 2fa5042

Browse files
committed
removed a comment.
1 parent d578a7d commit 2fa5042

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ursina/collider.py

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def __init__(self, entity, mesh=None, center=(0,0,0)):
8686
self.collision_polygons.append(poly)
8787

8888
elif mesh.mode == 'ngon':
89-
# NOTE: does not support vertices len < 3. Is already being intercepted by pandas3D.
9089
for i in range(2, len(mesh.vertices)):
9190
poly = CollisionPolygon(
9291
Vec3(*mesh.vertices[i]),

0 commit comments

Comments
 (0)