mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-07 01:07:25 +00:00
chore: fix loading and writing code for IW5
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include "AssetCreationResult.h"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
AssetCreationResult AssetCreationResult::Success(XAssetInfoGeneric* assetInfo)
|
||||
{
|
||||
assert(assetInfo);
|
||||
return AssetCreationResult(true, assetInfo);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user