cleanup de fichiers en double

This commit is contained in:
MarcEricMartel
2023-09-29 12:04:08 -04:00
parent 180fd39f2e
commit 954b976f27
22 changed files with 287 additions and 3427 deletions

View File

@@ -30,3 +30,7 @@ void Bullet::Transpose(int& x, int& z) {
m_startpos.x -= x * CHUNK_SIZE_X;
m_startpos.z -= z * CHUNK_SIZE_Z;
}
Vector3f& Bullet::getPos() {
return m_currentpos;
}