Alignment fix

This commit is contained in:
Lynix 2018-12-19 22:22:30 +01:00
parent 0740ee456a
commit cd54cf641b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ namespace Nz
cpBodyApplyForceAtLocalPoint(m_handle, cpv(force.x, force.y), cpv(point.x, point.y));
break;
}
}
}
void RigidBody2D::AddImpulse(const Vector2f& impulse, CoordSys coordSys)
{