From 3fa7dcb5684504dc99d14d2dc003876151636834 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 9 Sep 2025 10:57:25 +0200 Subject: Removing warnings --- c++/particle/particle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++/particle') 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; -- cgit v1.2.3