mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 00:25:44 +00:00
Fix warning.
This commit is contained in:
parent
76a98e65fd
commit
bcf9956da2
@ -93,6 +93,8 @@ bool AssetLoaderRawFile::LoadDefault(
|
|||||||
|
|
||||||
rawFile->buffer = static_cast<char16*>(fileBuffer);
|
rawFile->buffer = static_cast<char16*>(fileBuffer);
|
||||||
manager->AddAsset(ASSET_TYPE_RAWFILE, assetName, rawFile);
|
manager->AddAsset(ASSET_TYPE_RAWFILE, assetName, rawFile);
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AssetLoaderRawFile::LoadFromRaw(
|
bool AssetLoaderRawFile::LoadFromRaw(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user