Skip to content

Commit

Permalink
chore: update actor filler (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
xNotTozic authored Aug 15, 2024
1 parent b35b39c commit 72f5219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mc/world/actor/Actor.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Actor : public ::ActorStatusProvider {
};

// vptr 8
uchar filler[1096 - 8]; // IDA BDS-WIN 1.20.61.01 ItemActor::ItemActor line=29
uchar filler[1032 - 8]; // IDA BDS-WIN 1.21.20 ItemActor::ItemActor line=23

public:
LLNDAPI class EntityContext& getEntityContext();
Expand Down

0 comments on commit 72f5219

Please sign in to comment.