z-huu / ece244

0 stars 0 forks source link

shape constructor mismatch #7

Closed z-huu closed 1 year ago

z-huu commented 1 year ago

the shape constructor is pictured here

image

notice the order of arguments: x_loc, x_sz, y_loc, y_sz

this is not always adhered to in parser.cpp, one example seen in our create command

image

z-huu commented 1 year ago

fixed

image