Skip to content

Commit

Permalink
Address clang-tidy copy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-langholtz committed Dec 27, 2023
1 parent 387c57a commit 15a1868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/source/playrho/d2/AabbTreeWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ RemoveUnspeedablesFromIslanded(const Span<const BodyID>& bodies,

auto FindContacts(pmr::memory_resource& resource,
const DynamicTree& tree,
ProxyIDs proxies)
const ProxyIDs& proxies)
-> std::vector<AabbTreeWorld::ProxyKey, pmr::polymorphic_allocator<AabbTreeWorld::ProxyKey>>
{
std::vector<AabbTreeWorld::ProxyKey, pmr::polymorphic_allocator<AabbTreeWorld::ProxyKey>> proxyKeys{&resource};
Expand Down

0 comments on commit 15a1868

Please sign in to comment.