This commit is contained in:
sin365 2025-08-20 12:45:08 +08:00
parent a5642aef54
commit 5d44174d01

View File

@ -62,11 +62,7 @@ namespace AxiInputSP
m_TouckState[AxiPSVBackTouchType.RightBotton] = new AxiPSVBackTouchState(AxiPSVBackTouchType.RightBotton); m_TouckState[AxiPSVBackTouchType.RightBotton] = new AxiPSVBackTouchState(AxiPSVBackTouchType.RightBotton);
} }
private void OnEnable() void OnDestroy()
{
}
private void OnDisable()
{ {
_instance = null; _instance = null;
} }