Skip to content

Commit

Permalink
feat: update bdslibrary version
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Feb 11, 2024
1 parent 52f4cd5 commit dee317c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/mc/nbt/IntArrayTag.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class IntArrayTag : public ::Tag {

public:
// NOLINTBEGIN
// vIndex: 0, symbol: ??1IntArrayTag@@UEAA@XZ
virtual ~IntArrayTag();
// vIndex: 0, symbol: __gen_??1IntArrayTag@@UEAA@XZ
virtual ~IntArrayTag() = default;

// vIndex: 2, symbol: ?write@IntArrayTag@@UEBAXAEAVIDataOutput@@@Z
virtual void write(class IDataOutput& dos) const;
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end
if has_config("localbdslibrary") then
add_requires("localbdslibrary")
else
add_requires("bdslibrary 1.20.50.03")
add_requires("bdslibrary 1.20.61.01")
end

if not has_config("vs_runtime") then
Expand Down

0 comments on commit dee317c

Please sign in to comment.