From 87a1d11e567a86acd62bca6dc1174797b11e902b Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi Date: Fri, 24 Jan 2025 14:16:39 +0100 Subject: [PATCH] remove unnecessary initialisation --- libsimulator/src/GenericAgent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsimulator/src/GenericAgent.hpp b/libsimulator/src/GenericAgent.hpp index c53f38aa0..4811e38f5 100644 --- a/libsimulator/src/GenericAgent.hpp +++ b/libsimulator/src/GenericAgent.hpp @@ -27,7 +27,7 @@ struct GenericAgent { // Agent fields common for all models Point pos{}; - Point orientation{1, 0}; + Point orientation{}; using Model = std::variant< GeneralizedCentrifugalForceModelData,