Simplify 'remove' attribute of graph_node

This commit is contained in:
Eren Dogan
2023-08-08 11:54:12 -07:00
parent ad05fde099
commit 9ac82060b9
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -22,6 +22,7 @@ class graph_node:
else:
self.center = vector3d(center)
self.neighbors = []
self.remove = False
def add_neighbor(self, other):