Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Feb 15, 2025
1 parent b1c8da1 commit 96e017c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using namespace framework;

statemanager::statemanager()
: _collision_map(1024) {}
: _collision_map(728) {}

static constexpr inline std::pair<uint64_t, uint64_t> make_key(uint64_t a, uint64_t b) noexcept {
return (a <= b) ? std::make_pair(a, b) : std::make_pair(b, a);
Expand Down

0 comments on commit 96e017c

Please sign in to comment.