Update Correctly run UI
This commit is contained in:
@@ -78,8 +78,8 @@ namespace Hallucinate.UI
|
||||
|
||||
public override async Task PlayTransitionIn()
|
||||
{
|
||||
if (root != null) root.style.translate = new StyleTranslate(new Translate(0, 0));
|
||||
Show();
|
||||
// Đảm bảo chuột hệ thống luôn hiện
|
||||
UnityEngine.Cursor.visible = true;
|
||||
await Task.CompletedTask;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user