mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
CActorContraption fixes, better CMake dependency handling
This commit is contained in:
@@ -31,7 +31,7 @@ CAnimTreeEffectiveContribution CAnimTreeLoopIn::VGetContributionOfHighestInfluen
|
||||
return x14_child->GetContributionOfHighestInfluence();
|
||||
}
|
||||
|
||||
rstl::optional<std::unique_ptr<IAnimReader>> CAnimTreeLoopIn::VSimplified() {
|
||||
std::optional<std::unique_ptr<IAnimReader>> CAnimTreeLoopIn::VSimplified() {
|
||||
CCharAnimTime remTime = x14_child->VGetTimeRemaining();
|
||||
if (remTime.GreaterThanZero() && !remTime.EpsilonZero()) {
|
||||
auto simp = x14_child->Simplified();
|
||||
|
||||
Reference in New Issue
Block a user