From fb5e36b8c4e468af51e58397135de491599d307d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 12 Oct 2011 13:46:50 -0400 Subject: [PATCH] remove all logos on configure() --- modes/Tunnel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/modes/Tunnel.cc b/modes/Tunnel.cc index 15ad96b..90da50f 100644 --- a/modes/Tunnel.cc +++ b/modes/Tunnel.cc @@ -146,6 +146,7 @@ bool Tunnel::configure (GnomeScreensaver & gs) glViewport(0, 0, gs.getWidth(), gs.getHeight()); + m_logos.clear(); for (int i = 0; i <= N_INITIAL_LAYERS; i++) { addRing((i - N_INITIAL_LAYERS) * RING_LAYER_DIST);