mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-17 07:11:48 +01:00
Remove Point2f, replace with Vector2f
This commit is contained in:
@@ -12,6 +12,6 @@ Text::~Text() {
|
||||
if(m_IsCreatedOk && m_Texture->IsCreationOk()) {
|
||||
}
|
||||
}
|
||||
void Text::Draw(const Point2f& pos) const {
|
||||
void Text::Draw(const Vector2f& pos) const {
|
||||
m_Texture->Draw(pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user