1
0
mirror of synced 2025-01-19 01:14:08 +01:00

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

@ -505,8 +505,6 @@ namespace BrawlboxHelper
if (keyFrame.HasKeys) if (keyFrame.HasKeys)
chr0Entry.SetKeyframe(frame, keyFrame); chr0Entry.SetKeyframe(frame, keyFrame);
Console.WriteLine(keyFrame);
} }
} }

View File

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

View File

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