summaryrefslogtreecommitdiffhomepage
path: root/src/rodeo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rodeo.c')
-rw-r--r--src/rodeo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rodeo.c b/src/rodeo.c
index 1ab12c0..c101839 100644
--- a/src/rodeo.c
+++ b/src/rodeo.c
@@ -252,7 +252,7 @@ rodeo_window_init(
state.default_texture.width = 1;
state.default_texture.height = 1;
- rodeo_audio_initialize();
+ rodeo_audio_initialize(4, 4);
state.active_texture_p = &state.default_texture.internal_texture->texture_bgfx;
}