From 7873a839ef896d0e8db495f2a01b775ef505cacc Mon Sep 17 00:00:00 2001 From: kaetemi Date: Sun, 13 Jun 2021 01:57:39 +0800 Subject: [PATCH] Change to GroupController --- nel/src/sound/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nel/src/sound/sound.cpp b/nel/src/sound/sound.cpp index c3ac77e23..7c2c00d92 100644 --- a/nel/src/sound/sound.cpp +++ b/nel/src/sound/sound.cpp @@ -262,7 +262,7 @@ void CSound::importForm(const std::string& filename, NLGEORGES::UFormElm& roo _GroupController = CGroupControllerRoot::getInstance()->getGroupController(NLSOUND_SHEET_V1_DEFAULT_SOUND_GROUP_CONTROLLER); #else std::string groupControllerPath; - root.getValueByName(groupControllerPath, ".GroupControllerPath"); + root.getValueByName(groupControllerPath, ".GroupController"); _GroupController = CGroupControllerRoot::getInstance()->getGroupController(groupControllerPath); #endif