mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Massive fmtlib refactor
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace DataSpec::DNAMP1 {
|
||||
|
||||
UniqueID32 AnimationParameters::getCINF(PAKRouter<PAKBridge>& pakRouter) const {
|
||||
if (!animationCharacterSet)
|
||||
if (!animationCharacterSet.isValid())
|
||||
return UniqueID32();
|
||||
const nod::Node* node;
|
||||
const PAK::Entry* ancsEnt = pakRouter.lookupEntry(animationCharacterSet, &node);
|
||||
|
||||
Reference in New Issue
Block a user