mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
.flac extension
This commit is contained in:
parent
7af802ff24
commit
bc1ebfc3bc
@ -147,7 +147,7 @@ public:
|
||||
else
|
||||
{
|
||||
// if there is no wav file, try flac file
|
||||
const auto flacFile = m_asset_search_path->Open(soundFilePath + ".wav");
|
||||
const auto flacFile = m_asset_search_path->Open(soundFilePath + ".flac");
|
||||
if (flacFile.IsOpen())
|
||||
{
|
||||
soundSize = static_cast<size_t>(flacFile.m_length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user