We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4251b commit 493f33dCopy full SHA for 493f33d
Assets/BossRoom/Scripts/Client/Game/Character/ClientInputSender.cs
@@ -162,7 +162,7 @@ void FixedUpdate()
162
163
m_ActionRequestCount = 0;
164
165
- if (EventSystem.current.IsPointerOverGameObject() || EventSystem.current.currentSelectedGameObject != null)
+ if (EventSystem.current.currentSelectedGameObject != null)
166
{
167
return;
168
}
0 commit comments