hotfix number 46 and optimization number 956 on windows
This commit is contained in:
@@ -3,7 +3,7 @@ from buildings.geometry.Point import Point
|
||||
from buildings.geometry.Rectangle import Rectangle
|
||||
|
||||
class Vertice(Rectangle):
|
||||
def __init__(self, point1 : Point, point2 : Point, facing : DIRECTION):
|
||||
def __init__(self, point1 : Point, point2 : Point, facing : DIRECTION = None):
|
||||
Rectangle.__init__(self, point1, point2)
|
||||
self.facing = facing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user