Fixed indentation
This commit is contained in:
parent
8c9fa9cf35
commit
1841d77952
@ -1,4 +1,3 @@
|
||||
|
||||
// ProjectileEntity.cpp
|
||||
|
||||
// Implements the cProjectileEntity class representing the common base class for projectiles, as well as individual projectile types
|
||||
@ -247,8 +246,6 @@ void cProjectileEntity::OnHitSolidBlock(const Vector3d & a_HitPos, char a_HitFac
|
||||
SetPosition(a_HitPos);
|
||||
SetSpeed(0, 0, 0);
|
||||
|
||||
|
||||
|
||||
// DEBUG:
|
||||
LOGD("Projectile %d: pos {%.02f, %.02f, %.02f}, hit solid block at face %d",
|
||||
m_UniqueID,
|
||||
|
Loading…
Reference in New Issue
Block a user