Changed: Tool build_soundbank can also work without sheet id bin
This commit is contained in:
parent
cb0cbdff89
commit
c54acdb6d2
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