Compare commits

..

No commits in common. "33db48e5fde3c17aa715682a8977d5fc63f6d27c" and "7dfb8733ab51677f051d01587b1a527d371433fc" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -105,11 +105,9 @@ public class LiveSceneManager : SingletonMono<LiveSceneManager>
private void OnDestroy() private void OnDestroy()
{ {
firstPersonController.zoomAction -= OnZoom; firstPersonController.zoomAction -= OnZoom;
GameManager.EventMgr.RemoveEventListener<GameObject>(Enum_EventType.TakeOutAndRetrievingTheTools, SetSpawnToolInfo);
} }
private void OnDisable() private void OnDisable()
{ {
firstPersonController.zoomAction -= OnZoom; firstPersonController.zoomAction -= OnZoom;
GameManager.EventMgr.RemoveEventListener<GameObject>(Enum_EventType.TakeOutAndRetrievingTheTools, SetSpawnToolInfo);
} }
} }