From 5d44174d0176a96e6feba27695448cefd2003895 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Wed, 20 Aug 2025 12:45:08 +0800 Subject: [PATCH] fixed --- .../AppMain/AxiInputSP/PSVita/AxiPSVBackTouchEmuKey.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiInputSP/PSVita/AxiPSVBackTouchEmuKey.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiInputSP/PSVita/AxiPSVBackTouchEmuKey.cs index b3f3542b..6a0b74e1 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiInputSP/PSVita/AxiPSVBackTouchEmuKey.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/AxiInputSP/PSVita/AxiPSVBackTouchEmuKey.cs @@ -62,11 +62,7 @@ namespace AxiInputSP m_TouckState[AxiPSVBackTouchType.RightBotton] = new AxiPSVBackTouchState(AxiPSVBackTouchType.RightBotton); } - private void OnEnable() - { - } - - private void OnDisable() + void OnDestroy() { _instance = null; }