Rename ApplyBodyImpulse() to ApplyImpulse() to fix missing function body (#472)

Co-authored-by: matpx <matpx@users.noreply.github.com>
This commit is contained in:
mat
2022-06-26 22:50:12 +02:00
committed by GitHub
parent bdd69b5b02
commit 37428dd7f2
+1 -1
View File
@@ -48,7 +48,7 @@ namespace wi::physics
);
// Apply impulse at body center
void ApplyBodyImpulse(
void ApplyImpulse(
const wi::scene::RigidBodyPhysicsComponent& physicscomponent,
const XMFLOAT3& impulse
);