stewartmatheson / projectx

0 stars 1 forks source link

Use `window_width` when constructing `house_view` #36

Closed msbit closed 3 years ago

msbit commented 3 years ago

When initialising house_view as part of the HouseScene constructor, use the window_width parameter instead of accidentally using the window_height parameter twice

Fixes #34