early-access version 3704

This commit is contained in:
pineappleEA
2023-06-22 20:26:17 +02:00
parent 5a71a5c0bf
commit 6a7cbc0b6e
10 changed files with 27 additions and 41 deletions

View File

@@ -55,7 +55,7 @@ public:
is_set = false;
}
[[nodiscard]] bool IsSet() {
[[nodiscard]] bool IsSet() const {
return is_set;
}