Changements C++20 et retour audio

This commit is contained in:
MarcEricMartel
2023-10-27 13:27:00 -04:00
parent da594fa3a2
commit f7b7a7f14d
6 changed files with 26 additions and 10 deletions

View File

@@ -20,7 +20,6 @@ bool Bullet::Update(World* world, float elapsedtime, int perframe) {
}
else if ((m_currentpos - m_startpos).Length() > VIEW_DISTANCE) return true;
}
return false;
}