diff options
| author | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-22 20:23:33 -0400 |
|---|---|---|
| committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-22 20:23:33 -0400 |
| commit | f34116f1da8465851d684620b6b94e0a3f3c0fbc (patch) | |
| tree | d17c3531f017caa3c60bc66a96d804d03fa60b21 /2d/rigidbody/rigidbody_1/snippet1.cpp | |
| parent | a36f425491aaf019243a31179e80cb10ea62db59 (diff) | |
Impulses, and entirely finished with rigid body demo #1
Diffstat (limited to '2d/rigidbody/rigidbody_1/snippet1.cpp')
| -rw-r--r-- | 2d/rigidbody/rigidbody_1/snippet1.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2d/rigidbody/rigidbody_1/snippet1.cpp b/2d/rigidbody/rigidbody_1/snippet1.cpp index 77a81b7..dd07254 100644 --- a/2d/rigidbody/rigidbody_1/snippet1.cpp +++ b/2d/rigidbody/rigidbody_1/snippet1.cpp @@ -1,7 +1,6 @@ struct Rigidbody { Vector2 force = { 0, 0 }; - Vector2 acceleration = { 0, 0 }; Vector2 velocity = { 0, 0 }; Vector2 position = { 0, 0 }; float32 mass = 1.f; |
