Skip to content

Commit 259c8a5

Browse files
committed
fix
1 parent dd3de80 commit 259c8a5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cava.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ Keys:\n\
421421
p.vertex_shader, p.fragment_shader);
422422
audio_raw.height = p.sdl_height;
423423
audio_raw.width = p.sdl_width;
424-
*audio_raw.dimension_value = 1;
425424
}
426425
#endif
427426

output/common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ int audio_raw_init(struct audio_data *audio, struct audio_raw *audio_raw, struct
110110
init_sdl_glsl_surface(&audio_raw->width, &audio_raw->height, prm->color, prm->bcolor,
111111
prm->bar_width, prm->bar_spacing, prm->gradient, prm->gradient_count,
112112
prm->gradient_colors);
113+
*audio_raw->dimension_value = 1;
113114
break;
114115
#endif
115116
case OUTPUT_NONCURSES:

0 commit comments

Comments
 (0)