diff options
Diffstat (limited to 'c++/particle')
-rw-r--r-- | c++/particle/particle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/particle/particle.hpp b/c++/particle/particle.hpp index ae7769a..24757c1 100644 --- a/c++/particle/particle.hpp +++ b/c++/particle/particle.hpp @@ -43,7 +43,7 @@ private: auto& pos = body.template get<"position">(); auto& pos_old = body.template get<"position_old">(); - auto& rot = body.template get<"rotation">(); + // auto& rot = body.template get<"rotation">(); auto& acc = body.template get<"acceleration">(); auto tsd_squared = time_step_delta * time_step_delta; |