From 9ceec03bd07a195fb957c0e12dd580a37cdd339e Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 20 Nov 2024 02:39:38 +0000 Subject: [PATCH] fix bug --- sbv2_core/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbv2_core/src/main.rs b/sbv2_core/src/main.rs index 7651d16..60ced0c 100644 --- a/sbv2_core/src/main.rs +++ b/sbv2_core/src/main.rs @@ -21,7 +21,7 @@ fn main_inner() -> anyhow::Result<()> { } #[cfg(feature = "aivmx")] { - tts_holder.load_aivmxfile(ident, fs::read(env::path("AIVMX_PATH")?)?)?; + tts_holder.load_aivmx(ident, fs::read(env::var("AIVMX_PATH")?)?)?; } let audio =