remove glm dependency

This commit is contained in:
Simon Pribylski
2022-10-13 12:24:15 +02:00
parent bba9ef8219
commit 6e0923ac75
20 changed files with 110 additions and 71 deletions

View File

@@ -57,7 +57,7 @@ void TowerPlacePopup::Render() {
}
}
void TowerPlacePopup::SetClickPos(const glm::vec2& worldPos) {
void TowerPlacePopup::SetClickPos(const Vec2f& worldPos) {
m_ClickWorldPos = worldPos;
}