Skip to content

Commit 2d6c93c

Browse files
committed
lv-tool: Switch default non-GL actor from "lv_analyzer" to "lv_scope"
(cherry picked from commit 8639cc4)
1 parent 9c40351 commit 2d6c93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// Defaults
4343
#define DEFAULT_ACTOR_GL "lv_gltest"
44-
#define DEFAULT_ACTOR_NONGL "lv_analyzer"
44+
#define DEFAULT_ACTOR_NONGL "lv_scope"
4545
#define DEFAULT_INPUT "debug"
4646
#define DEFAULT_MORPH "slide_left"
4747
#define DEFAULT_WIDTH 640

0 commit comments

Comments
 (0)