More adjustments

This commit is contained in:
KillzXGaming 2019-05-24 21:21:47 -04:00
parent df8d1f986c
commit d1e2b05b51
6 changed files with 1 additions and 5 deletions

Binary file not shown.

View file

@ -494,7 +494,7 @@ namespace BrawlboxHelper
if (ScaleY.ContainsKey(frame))
{
keyFrame.hasSy = true;
keyFrame.Scale._y = ScaleY[frame].Value;
keyFrame.Scale._y = ScaleY[frame].Value;
}
if (ScaleZ.ContainsKey(frame))
{
@ -505,8 +505,6 @@ namespace BrawlboxHelper
if (keyFrame.HasKeys)
chr0Entry.SetKeyframe(frame, keyFrame);
Console.WriteLine(keyFrame);
}
}

View file

@ -71,7 +71,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BrawlHelperTest2.cs" />
<Compile Include="BrawlHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>

View file

@ -198,7 +198,6 @@ namespace Bfres.Structs
if (ext == ".bfska")
{
bool IsSwitch = BfresUtilies.IsSubSectionSwitch(FileName);
MessageBox.Show(IsSwitch.ToString());
if (resFileU != null)
{