mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-29 12:52:07 +01:00
fixed homescene
This commit is contained in:
@@ -62,7 +62,7 @@ public class HomeSceneInputField : MonoBehaviour, IPointerClickHandler
|
||||
void Update()
|
||||
{
|
||||
//UnFocus && isActive
|
||||
if (!inputField.isFocused)
|
||||
if (inputField && !inputField.isFocused)
|
||||
{
|
||||
isFocused = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user