diff options
| author | in1tiate <radwoodward@vikings.grayson.edu> | 2021-02-14 19:21:49 -0600 |
|---|---|---|
| committer | in1tiate <radwoodward@vikings.grayson.edu> | 2021-02-14 19:21:49 -0600 |
| commit | 97cb8cf1929302ebe4cad460cce31a0b0ecc3119 (patch) | |
| tree | 75f483a7b7722a1d95b47c055077fc28f8a8f372 /include | |
| parent | 5fd3ed0fea0b62410e69ded2d96886e3635e8b17 (diff) | |
fix bg not resizing on reload theme
Diffstat (limited to 'include')
| -rw-r--r-- | include/aolayer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aolayer.h b/include/aolayer.h index c32da024..1984b77e 100644 --- a/include/aolayer.h +++ b/include/aolayer.h @@ -64,6 +64,9 @@ public: // Stop the movie, clearing the image void stop(); + // Stop the movie and clear all vectors + void kill(); + // Set the m_flipped variable to true/false void set_flipped(bool p_flipped) { m_flipped = p_flipped; } |
