Refactor
This commit is contained in:
parent
49cfe70c0d
commit
72c4740f82
18 changed files with 592 additions and 203 deletions
|
|
@ -12,9 +12,9 @@ namespace tp {
|
|||
void draw(Canvas& canvas) override;
|
||||
void process(const EventHandler& events) override;
|
||||
|
||||
[[nodiscard]] bool needUpdate() const override;
|
||||
[[nodiscard]] bool needsNextFrame() const override;
|
||||
|
||||
private:
|
||||
SpringRect mTestSpring;
|
||||
mutable SpringRect mTestSpring;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue