少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
Core/Input/CnInputManager.cs
@@ -157,12 +157,12 @@
            {
                if (!Instance._virtualAxisDictionary[virtualAxis.Name].Remove(virtualAxis))
                {
                    DesignDebug.LogError("Requested axis " + virtualAxis.Name + " exists, but there's no such virtual axis that you're trying to unregister");
                    DebugEx.LogError("Requested axis " + virtualAxis.Name + " exists, but there's no such virtual axis that you're trying to unregister");
                }
            }
            else
            {
                DesignDebug.LogError("Trying to unregister an axis " + virtualAxis.Name + " that was never registered");
                DebugEx.LogError("Trying to unregister an axis " + virtualAxis.Name + " that was never registered");
            }
        }