mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Move backboxrect off of Graphics
No need for a temporary rect to be on the Graphics class itself.
This commit is contained in:
@@ -284,7 +284,6 @@ public:
|
||||
std::vector<int> backboxvx;
|
||||
std::vector<int> backboxvy;
|
||||
std::vector<float> backboxint;
|
||||
SDL_Rect backboxrect;
|
||||
|
||||
int warpskip, warpfcol, warpbcol;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user