mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Changed: Tool build_soundbank can also work without sheet id bin
This commit is contained in:
parent
d1ab19ec8a
commit
15309d7fa8
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