diff --git a/Assets/Scripts/View/CTrencadaInput.cs b/Assets/Scripts/View/CTrencadaInput.cs index 11acba3..5991e9d 100644 --- a/Assets/Scripts/View/CTrencadaInput.cs +++ b/Assets/Scripts/View/CTrencadaInput.cs @@ -11,6 +11,7 @@ namespace View { private void Start() { AppWindowUtility.AlwaysOnTop = true; + AppWindowUtility.FrameVisibility = false; _click = FindObjectOfType().CTrencadaClick; }