From 97cb8cf1929302ebe4cad460cce31a0b0ecc3119 Mon Sep 17 00:00:00 2001 From: in1tiate Date: Sun, 14 Feb 2021 19:21:49 -0600 Subject: fix bg not resizing on reload theme --- include/aolayer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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; } -- cgit