Fix build errors

This commit is contained in:
KillzXGaming 2019-06-24 15:52:39 -04:00
parent 6798db20de
commit d6ca128798

View file

@ -696,13 +696,6 @@ namespace FirstPlugin
return editor;
}
public void AnimLoader(object sender, EventArgs args)
{
AnimationLoader loader = new AnimationLoader();
loader.TopLevel = true;
loader.Show();
}
public BFRESRender BFRESRender;
public void Load(System.IO.Stream stream)
{