Added midpoint data to OW Edges
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user