camera controller

This commit is contained in:
Hunter 2023-05-27 13:36:40 -04:00
parent a1f8e26d9a
commit 83e312894b
5 changed files with 15 additions and 9 deletions

View file

@ -18,5 +18,4 @@ public:
private:
bool mb_isOpen = false;
Map m_currentMap;
SDL_Rect m_viewport;
};