tidy-fix automàtic (sense naming)
This commit is contained in:
@@ -20,8 +20,8 @@ namespace scenes {
|
||||
|
||||
void tick(int delta_ms);
|
||||
|
||||
bool active() const { return active_; }
|
||||
bool done() const { return !active_; }
|
||||
[[nodiscard]] auto active() const -> bool { return active_; }
|
||||
[[nodiscard]] auto done() const -> bool { return !active_; }
|
||||
|
||||
private:
|
||||
bool active_{false};
|
||||
|
||||
Reference in New Issue
Block a user