remove test in gui class
This commit is contained in:
parent
6e0af782eb
commit
82ff7f3c95
|
@ -138,13 +138,6 @@ namespace Bread2Unity
|
|||
|
||||
GUILayout.Space(12f);
|
||||
|
||||
if (GUILayout.Button("bccad test"))
|
||||
{
|
||||
BccadTest.TestBccad();
|
||||
}
|
||||
|
||||
GUILayout.Space(12f);
|
||||
|
||||
GUILayout.BeginHorizontal();
|
||||
if (GUILayout.Button("Bread Download", GUILayout.Height(40)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue