fix ReverseX

This commit is contained in:
ousttrue 2021-02-19 18:30:23 +09:00
parent f79fe433e0
commit 5a067e79ce

View File

@ -148,7 +148,7 @@ namespace VrmLib
if (m.IsOnlyTranslation())
{
var ret = m;
ret.M43 = -ret.M43;
ret.M41 = -ret.M41;
return ret;
}
else