You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
Sometimes the clone texture face hotkey "c" will fail to trigger.
It looks like it is due to KeyMappings.EventsMatch Function failing to match the key event in OnKeyAction() due to the event only having a character set but not a KeyCode
adding this to the top of the EventsMatch function fixes it for me, but I don't know if this is a decent way to fix it and if it is just me having this problem.
Sometimes the clone texture face hotkey "c" will fail to trigger.
It looks like it is due to KeyMappings.EventsMatch Function failing to match the key event in OnKeyAction() due to the event only having a character set but not a KeyCode
adding this to the top of the EventsMatch function fixes it for me, but I don't know if this is a decent way to fix it and if it is just me having this problem.
The text was updated successfully, but these errors were encountered: