1
0
mirror of synced 2024-11-14 19:17:39 +01:00

Quick .anim fix to properly work in maya

This commit is contained in:
KillzXGaming 2020-01-19 12:31:36 -05:00
parent 0c5bdca7ef
commit 98b7ef49af

View File

@ -375,7 +375,7 @@ namespace Toolbox.Library.Animations
break;
}
file.WriteLine(" " + (key.Frame + 1) + " {0:N6} fixed fixed 1 1 0 0 1 0 1;", v);
file.WriteLine(" " + (key.Frame + 1) + " {0:N6} fixed fixed 1 1 0 0 1 0 1;".Replace(",","."), v);
}
file.WriteLine(" }");