Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed Apr 21, 2024
1 parent 9a7c729 commit 85c92a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Player/Equipment/Shovel/SComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ToolSystem {
// Dig Level
struct DigLevel {
explicit DigLevel(std::vector<std::size_t> _level)
: level(_level){};
: level(_level) {};

std::vector<std::size_t> level;
};
Expand Down

0 comments on commit 85c92a3

Please sign in to comment.