Closed N8python closed 5 years ago
I fixed the instance variables width and height by accessing them from this, rather than global variables.
width
height
this
Thanks for your effort. I fixed the bug before I saw your PR.
I fixed the instance variables
width
andheight
by accessing them fromthis
, rather than global variables.