修改bug
This commit is contained in:
@@ -130,15 +130,15 @@ public class ShowScrews : MonoBehaviour, ICanvasRaycastFilter
|
||||
|
||||
|
||||
errorBtn.gameObject.SetActive(false);
|
||||
#if !JarvisRelease
|
||||
errorBtn.gameObject.SetActive(true);
|
||||
if (errorBtn == null) return;
|
||||
// #if !JarvisRelease
|
||||
// errorBtn.gameObject.SetActive(true);
|
||||
// if (errorBtn == null) return;
|
||||
|
||||
errorBtn.onClick.AddListener(() =>
|
||||
{
|
||||
GameHelper.SendErrorToServer("TestError 001", LogType.Error.ToString());
|
||||
});
|
||||
#endif
|
||||
// errorBtn.onClick.AddListener(() =>
|
||||
// {
|
||||
// GameHelper.SendErrorToServer("TestError 001", LogType.Error.ToString());
|
||||
// });
|
||||
// #endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user