FMOD功能迁移
This commit is contained in:
@@ -51,7 +51,7 @@ namespace AibisDream.Kit
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!voicePath.StartsWith("event:/"))
|
||||
if (!string.IsNullOrEmpty(voicePath) && !voicePath.StartsWith("event:/"))
|
||||
{
|
||||
return "event:/" + voicePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user