mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:47:42 +00:00
Update submodules
This commit is contained in:
@@ -342,7 +342,7 @@ bool FRME::Extract(const SpecBase &dataSpec, PAKEntryReadStream &rs, const HECL:
|
|||||||
using MODLInfo = FRME::Widget::MODLInfo;
|
using MODLInfo = FRME::Widget::MODLInfo;
|
||||||
MODLInfo* info = dynamic_cast<MODLInfo*>(w.widgetInfo.get());
|
MODLInfo* info = dynamic_cast<MODLInfo*>(w.widgetInfo.get());
|
||||||
HECL::ProjectPath modelPath = pakRouter.getWorking(info->model);
|
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(),
|
os.linkBlend(modelPath.getAbsolutePathUTF8().c_str(),
|
||||||
pakRouter.getBestEntryName(*cmdlE).c_str(), false);
|
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);
|
std::string texName = pakRouter.getBestEntryName(info->texture);
|
||||||
const NOD::Node* node;
|
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);
|
HECL::ProjectPath txtrPath = pakRouter.getWorking(texEntry);
|
||||||
if (txtrPath.getPathType() == HECL::ProjectPath::Type::None)
|
if (txtrPath.getPathType() == HECL::ProjectPath::Type::None)
|
||||||
{
|
{
|
||||||
|
|||||||
2
NODLib
2
NODLib
Submodule NODLib updated: 9ce2e0a3b2...df5e8d068c
2
hecl
2
hecl
Submodule hecl updated: 80dd16dbe1...40209030e0
Reference in New Issue
Block a user