Update Mode7 enum

This commit is contained in:
Jack Andersen 2016-09-03 16:29:50 -10:00
parent c82703aee2
commit 3ea58fb692
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ void CBooModel::UVAnimationBuffer::ProcessAnimation(u8*& bufOut, const UVAnimati
postMtxOut.vec[3].y = CGraphics::g_GXModelMatrix.origin.y * 0.5f;
break;
}
case UVAnimation::Mode::WhoMustNotBeNamed:
case UVAnimation::Mode::CylinderEnvironment:
{
texMtxOut = (CGraphics::g_ViewMatrix.inverse() * CGraphics::g_GXModelMatrix).toMatrix4f();
texMtxOut.vec[3].zeroOut();