Fix warning.

This commit is contained in:
JezuzLizard 2023-12-12 21:12:14 -08:00
parent 76a98e65fd
commit bcf9956da2

View File

@ -93,6 +93,8 @@ bool AssetLoaderRawFile::LoadDefault(
rawFile->buffer = static_cast<char16*>(fileBuffer);
manager->AddAsset(ASSET_TYPE_RAWFILE, assetName, rawFile);
return true;
}
bool AssetLoaderRawFile::LoadFromRaw(