summaryrefslogtreecommitdiff
path: root/c++/particle
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-09-09 10:57:25 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-09-09 10:57:25 +0200
commit3fa7dcb5684504dc99d14d2dc003876151636834 (patch)
tree8f2dee12c94c47bd218a4ce0e4770fe576fd7c08 /c++/particle
parent1f993006305952f4cafddd08267731877e808bba (diff)
Removing warnings
Diffstat (limited to 'c++/particle')
-rw-r--r--c++/particle/particle.hpp2
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;