Added midpoint data to OW Edges

This commit is contained in:
codemann8
2021-06-29 16:26:06 -05:00
parent a4e3ed1e4f
commit 4b994b173e
2 changed files with 296 additions and 287 deletions

View File

@@ -1578,7 +1578,8 @@ class OWEdge(object):
def dead_end(self):
self.deadEnd = True
def coordInfo(self, vram_loc):
def coordInfo(self, midpoint, vram_loc):
self.midpoint = midpoint
self.vramLoc = vram_loc
return self