From 9b48d1feb85a52f867788ac6d4594d2e095fbe8a Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Tue, 26 Sep 2023 10:04:08 -0500 Subject: [PATCH] Update comments --- Source/Engine/Input/Input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Input/Input.cpp b/Source/Engine/Input/Input.cpp index a54b6d631..2a098088e 100644 --- a/Source/Engine/Input/Input.cpp +++ b/Source/Engine/Input/Input.cpp @@ -1018,7 +1018,7 @@ void InputService::Update() Input::SetMousePosition(Screen::GetSize() * 0.5f); } - // Send events for the active actions (send events only in play mode) + // Send events for the active actions and axes (send events only in play mode) if (!Time::GetGamePaused()) { for (auto i = Axes.Begin(); i.IsNotEnd(); ++i)