Alignment fix
This commit is contained in:
parent
0740ee456a
commit
cd54cf641b
|
|
@ -105,7 +105,7 @@ namespace Nz
|
||||||
cpBodyApplyForceAtLocalPoint(m_handle, cpv(force.x, force.y), cpv(point.x, point.y));
|
cpBodyApplyForceAtLocalPoint(m_handle, cpv(force.x, force.y), cpv(point.x, point.y));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void RigidBody2D::AddImpulse(const Vector2f& impulse, CoordSys coordSys)
|
void RigidBody2D::AddImpulse(const Vector2f& impulse, CoordSys coordSys)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue