1
0
mirror of synced 2025-01-19 09:17:30 +01:00

BFRES : Fix yaml offset conversion for SRT animations.

This commit is contained in:
KillzXGaming 2020-01-03 18:31:18 -05:00
parent 34b2a4642a
commit 1328eac5ad

View File

@ -131,8 +131,8 @@ namespace FirstPlugin
case "Scale X": return 4;
case "Scale Y": return 8;
case "Rotate": return 12;
case "Translate X": return 4;
case "Translate Y": return 8;
case "Translate X": return 16;
case "Translate Y": return 20;
default:
uint.TryParse(offset, out val);
break;