Move backboxrect off of Graphics

No need for a temporary rect to be on the Graphics class itself.
This commit is contained in:
Misa
2020-04-28 19:54:53 -07:00
committed by Ethan Lee
parent 4e533c65a5
commit 9ea5734abb
2 changed files with 1 additions and 3 deletions

View File

@@ -284,7 +284,6 @@ public:
std::vector<int> backboxvx;
std::vector<int> backboxvy;
std::vector<float> backboxint;
SDL_Rect backboxrect;
int warpskip, warpfcol, warpbcol;