Bug in Shapes.h


#1

For the rectangle function in Shapes.h, a rectangle isn’t displayed unless an integer multiple of 2 or greater was passed in. I went in and changed everything to floats and that seemed to solve the problem for me. Just wanted to make sure that there wasn’t some reason everything needed to be ints?


#2

absolutely, should be floats. changed it on my side too.