mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-28 07:11:52 +00:00
ObjLoading: Add basis for Iwi loading
This commit is contained in:
@ -168,7 +168,9 @@ public:
|
||||
{
|
||||
if(entry.key.nameHash == nameHash && entry.key.dataHash == dataHash)
|
||||
{
|
||||
// TODO: Implement ipak reader as IFile interface and use here
|
||||
__asm nop;
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user