少年修仙传客户端代码仓库
client_linchunjie
2018-08-23 522ca3468a56c88cb15eaa428eb7499d3dba386f
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");
            }
        }