removed trash

This commit is contained in:
2024-09-03 02:04:35 +03:00
parent f608a66be8
commit 311d38be02
3 changed files with 1 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ namespace omath::prediction
const Vector3 &targetPosition) const
{
const auto bulletGravity = m_gravityConstant * projectile.m_gravityScale;
const auto delta = targetPosition - projectile.m_origin;;
const auto delta = targetPosition - projectile.m_origin;
const auto distance2d = delta.Length2D();