mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-18 19:29:19 +01:00
Remove Point2f, replace with Vector2f
This commit is contained in:
@@ -11,7 +11,7 @@ public:
|
||||
|
||||
void Update(float elapsedSec) override;
|
||||
void Draw() const override;
|
||||
void MouseMove(const Point2f& mousePos) override;
|
||||
void MouseMove(const Vector2f& mousePos) override;
|
||||
void ProcessImGui() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user