Skip to content

Commit

Permalink
fix(MatchmakingId): Remove msvc extension. (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tupoy-ya authored Jun 19, 2024
1 parent 80b2f27 commit 03b811b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/MatchmakingId.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ class MatchmakingId
std::uint64_t m_data2;
std::uint64_t m_data3;
};
static_assert(offsetof(MatchmakingId, MatchmakingId::m_data3) == 0x2E);
static_assert(offsetof(MatchmakingId, m_data3) == 0x2E);
#pragma pack(pop)

0 comments on commit 03b811b

Please sign in to comment.