From 28b89971f0d3fd246443450c87f33996716facb3 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 15 Sep 2021 19:58:59 +0800 Subject: *misc --- Assets/Scripts/Input/InputManager.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Assets/Scripts/Input/InputManager.cs') diff --git a/Assets/Scripts/Input/InputManager.cs b/Assets/Scripts/Input/InputManager.cs index 6b200462..06e4f02f 100644 --- a/Assets/Scripts/Input/InputManager.cs +++ b/Assets/Scripts/Input/InputManager.cs @@ -39,11 +39,11 @@ public class InputManager : SingletonMB cmd.time = Time.time; m_CommandQueue.Add(cmd); - //Debug.Log(cmd.time); - //string cmdStr = ""; - //m_CommandQueue.ForEach(s => cmdStr += s.key.ToString() + ","); - //Debug.Log(cmdStr); - } + //Debug.Log(cmd.time); + string cmdStr = ""; + m_CommandQueue.ForEach(s => cmdStr += s.key.ToString() + ","); + Debug.Log(cmdStr); + } } float curTime = Time.time; int removeCount = 0; -- cgit v1.1-26-g67d0