mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 20:41:47 +01:00
Remove Point2f, replace with Vector2f
This commit is contained in:
@@ -42,8 +42,8 @@ private:
|
||||
|
||||
Level* m_pCurrentLevel;
|
||||
|
||||
Point2f m_MousePos {};
|
||||
Point2f m_MouseOffset {};
|
||||
Vector2f m_MousePos {};
|
||||
Vector2f m_MouseOffset {};
|
||||
bool m_IsRightMouseDown {};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user