mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Additive animation integration
This commit is contained in:
@@ -42,7 +42,7 @@ void CAnimTreeTimeScale::VSetPhase(float phase)
|
||||
x14_child->VSetPhase(phase);
|
||||
}
|
||||
|
||||
std::shared_ptr<IAnimReader> CAnimTreeTimeScale::VSimplified()
|
||||
std::pair<std::unique_ptr<IAnimReader>, bool> CAnimTreeTimeScale::VSimplified()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user