Skip to content

Commit

Permalink
style: adjusted code format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Jun 24, 2024
1 parent 9f3bef6 commit e7b201c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/mc/network/UpdateSubChunkNetworkBlockInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ struct UpdateSubChunkNetworkBlockInfo {
uint mRuntimeId; // this+0xC
uchar mUpdateFlags; // this+0x10
ActorBlockSyncMessage mSyncMessage; // this+0x18

public:
// prevent constructor by default
UpdateSubChunkNetworkBlockInfo& operator=(UpdateSubChunkNetworkBlockInfo const&);
Expand Down
6 changes: 4 additions & 2 deletions src/mc/network/packet/UpdateSubChunkBlocksPacket.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@

class UpdateSubChunkBlocksPacket : public ::Packet {
public:
UpdateSubChunkBlocksChangedInfo mBlocksChanged; // this+0x30
NetworkBlockPosition mSubChunkBlockPosition; // this+0x60
using BlocksChangedInfo = UpdateSubChunkBlocksChangedInfo;

BlocksChangedInfo mBlocksChanged; // this+0x30
NetworkBlockPosition mSubChunkBlockPosition; // this+0x60

public:
// NOLINTBEGIN
Expand Down

0 comments on commit e7b201c

Please sign in to comment.