mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-18 09:39:19 +01:00
Remove Point2f, replace with Vector2f
This commit is contained in:
@@ -11,7 +11,7 @@ public:
|
||||
Text() = default;
|
||||
~Text();
|
||||
|
||||
void Draw(const Point2f& pos) const;
|
||||
void Draw(const Vector2f& pos) const;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user