Fix loading some YCDs

This commit is contained in:
dexy
2019-11-02 18:37:21 +11:00
Unverified
parent 6f0a7d99f9
commit b61899dedf
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -430,6 +430,8 @@ namespace CodeWalker.Rendering
var q = interpolate ? Quaternion.Slerp(q0, q1, falpha) : q0;
bone.AnimRotation = q;
break;
case 2: //scale?
break;
default:
break;
}