Bump LUS version (#2849)
* Bump LUS version * Removes the "now" boolean from the LUS resource bridge functions. * Bump LUS * More LUS bump * Update soh/soh/resource/importer/AudioSampleFactory.cpp --------- Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "Globals.h"
|
||||
#include "Utils/BitConverter.h"
|
||||
#include "Utils/Directory.h"
|
||||
#include "Utils/File.h"
|
||||
#include <Utils/DiskFile.h>
|
||||
#include "Utils/Path.h"
|
||||
#include "WarningHandler.h"
|
||||
|
||||
@@ -727,7 +727,7 @@ void ZTexture::Save(const fs::path& outFolder)
|
||||
// process for generating the Texture Pool XML.
|
||||
if (Globals::Instance->outputCrc)
|
||||
{
|
||||
File::WriteAllText((Globals::Instance->outputPath / (outName + ".txt")).string(),
|
||||
DiskFile::WriteAllText((Globals::Instance->outputPath / (outName + ".txt")).string(),
|
||||
StringHelper::Sprintf("%08lX", hash));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user