Skip to content

Commit d215bb0

Browse files
committed
lv-tool: Always exclude actor "lv_analyzer" from cycling
(cherry picked from commit 3f7d7b6)
1 parent 2d6c93c commit d215bb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libvisual/tools/lv-tool/lv-tool.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ namespace {
5959

6060
const std::unordered_set<std::string> actors_to_skip {
6161
"gdkpixbuf",
62-
"gstreamer"
62+
"gstreamer",
63+
"lv_analyzer"
6364
};
6465

6566
std::string actor_name;

0 commit comments

Comments
 (0)