mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Bug fixes
This commit is contained in:
parent
721443592f
commit
c63e08b554
157 changed files with 134 additions and 116 deletions
|
@ -57,7 +57,7 @@ namespace RimWorldAnimationStudio
|
|||
public void Update()
|
||||
{
|
||||
if (IsDialogBoxIsActive()) return;
|
||||
|
||||
if (EventSystem.current.currentSelectedGameObject?.GetComponent<InputField>()?.isFocused == true) return;
|
||||
bool canRepeatThisUpdate = CanRepeatThisUpdate();
|
||||
|
||||
// Check keybinds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue