Skip to content

Commit

Permalink
fix: refresh warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
phacUFPE committed Jun 11, 2024
1 parent 0abbba8 commit 97fbd1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/items.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ ItemType &ItemDatabase::operator[](uint16_t id) {
void ItemDatabase::clear() {
for (size_t i = 0; i < items.size(); i++) {
items[i].reset();
items.set(i, nullptr);
}
}

Expand Down

0 comments on commit 97fbd1c

Please sign in to comment.