Changed: Tool build_soundbank can also work without sheet id bin
--HG-- branch : sound_dev
This commit is contained in:
parent
d3352cecf6
commit
36eb2a3057
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ int main(int nNbArg, char **ppArgs)
|
||||||
CPath::addSearchPath(dfnDir, true, false);
|
CPath::addSearchPath(dfnDir, true, false);
|
||||||
|
|
||||||
// init sheet_id.bin
|
// init sheet_id.bin
|
||||||
NLMISC::CSheetId::init(false);
|
NLMISC::CSheetId::initWithoutSheet();
|
||||||
|
|
||||||
// build the sound bank
|
// build the sound bank
|
||||||
UAudioMixer::buildSoundBank(exportDir);
|
UAudioMixer::buildSoundBank(exportDir);
|
||||||
|
|
Loading…
Reference in a new issue