Update comments

This commit is contained in:
Chandler Cox
2023-09-26 10:04:08 -05:00
parent 071a73c6d9
commit 9b48d1feb8

View File

@@ -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)