mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 07:09:52 +00:00
Move RenderObject::positionSnapTo to PauseQuad
And another RenderObject member less...
This commit is contained in:
parent
046b98c725
commit
c82aab1e51
7 changed files with 15 additions and 51 deletions
|
@ -128,7 +128,10 @@ class PauseQuad : public Quad
|
|||
public:
|
||||
PauseQuad();
|
||||
int pauseLevel;
|
||||
|
||||
void setPositionSnapTo(InterpolatedVector *positionSnapTo);
|
||||
protected:
|
||||
InterpolatedVector *positionSnapTo;
|
||||
|
||||
void onUpdate(float dt);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue