summaryrefslogtreecommitdiff
path: root/2d/softbody/softbody_2/main.cpp
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-01-22 13:57:55 -0500
committermattkae <mattkae@protonmail.com>2022-01-22 13:57:55 -0500
commit3f3d1ed1cba61015aa47a6ad9812ae0d30316cc5 (patch)
treeba6f5d8aa5114de81f331828ef877a6f4ddebfda /2d/softbody/softbody_2/main.cpp
parent19defa9be56588803bbae0f38e2f271a91b9d690 (diff)
(mkosarek) Added dots to the spring bodied rectangle
Diffstat (limited to '2d/softbody/softbody_2/main.cpp')
-rw-r--r--2d/softbody/softbody_2/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/2d/softbody/softbody_2/main.cpp b/2d/softbody/softbody_2/main.cpp
index 80686f9..29cecd6 100644
--- a/2d/softbody/softbody_2/main.cpp
+++ b/2d/softbody/softbody_2/main.cpp
@@ -46,6 +46,7 @@ void load() {
void update(float32 deltaTimeSeconds, void* userData) {
// -- Update
+ rectangle.update(deltaTimeSeconds);
// -- Render
renderer.render();