cppcheck
This commit is contained in:
@@ -19,7 +19,6 @@ namespace scenes {
|
||||
void onEnter() override;
|
||||
void tick(int delta_ms) override;
|
||||
bool done() const override { return phase_ == Phase::Done; }
|
||||
int nextState() const override { return 1; }
|
||||
|
||||
private:
|
||||
enum class Phase { FadingIn,
|
||||
|
||||
Reference in New Issue
Block a user