Skip to content

Commit

Permalink
remove unnecessary initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Jan 24, 2025
1 parent 7fa88ed commit 87a1d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsimulator/src/GenericAgent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 87a1d11

Please sign in to comment.