mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
ANIM fixes
This commit is contained in:
@@ -18,8 +18,6 @@ void CSkinBank::GetBankTransforms(std::vector<const zeus::CTransform*>& out,
|
||||
for (CSegId id : x0_segments)
|
||||
{
|
||||
const zeus::CTransform& xf = pose.GetRestToAccumTransform(id);
|
||||
//printf("BONE %d\n", int(id));
|
||||
//xf.printMatrix();
|
||||
out.push_back(&xf);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user