mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-05 13:13:27 +00:00
Update submodules
This commit is contained in:
parent
999690eebc
commit
f06e7ed7e2
@ -342,7 +342,7 @@ bool FRME::Extract(const SpecBase &dataSpec, PAKEntryReadStream &rs, const HECL:
|
||||
using MODLInfo = FRME::Widget::MODLInfo;
|
||||
MODLInfo* info = dynamic_cast<MODLInfo*>(w.widgetInfo.get());
|
||||
HECL::ProjectPath modelPath = pakRouter.getWorking(info->model);
|
||||
const typename PAKRouter<PAKBridge>::EntryType* cmdlE = pakRouter.lookupEntry(info->model, nullptr, true, true);
|
||||
const PAKRouter<PAKBridge>::EntryType* cmdlE = pakRouter.lookupEntry(info->model, nullptr, true, true);
|
||||
|
||||
os.linkBlend(modelPath.getAbsolutePathUTF8().c_str(),
|
||||
pakRouter.getBestEntryName(*cmdlE).c_str(), false);
|
||||
@ -361,7 +361,7 @@ bool FRME::Extract(const SpecBase &dataSpec, PAKEntryReadStream &rs, const HECL:
|
||||
{
|
||||
std::string texName = pakRouter.getBestEntryName(info->texture);
|
||||
const NOD::Node* node;
|
||||
const typename PAKRouter<PAKBridge>::EntryType* texEntry = pakRouter.lookupEntry(info->texture, &node);
|
||||
const PAKRouter<PAKBridge>::EntryType* texEntry = pakRouter.lookupEntry(info->texture, &node);
|
||||
HECL::ProjectPath txtrPath = pakRouter.getWorking(texEntry);
|
||||
if (txtrPath.getPathType() == HECL::ProjectPath::Type::None)
|
||||
{
|
||||
|
2
NODLib
2
NODLib
@ -1 +1 @@
|
||||
Subproject commit 9ce2e0a3b29df5fc3e4b299c02209d6e29eea352
|
||||
Subproject commit df5e8d068c07b798ca514892730d043d14f7ee07
|
2
hecl
2
hecl
@ -1 +1 @@
|
||||
Subproject commit 80dd16dbe1d7e61f71079b1008636e997453e6fa
|
||||
Subproject commit 40209030e0d0c23b6bb553ea8d5e5e33a6f1552b
|
Loading…
x
Reference in New Issue
Block a user