입력 못받는 버그 추가 수정 및 입력 로직 강제 복구 로직 추가

This commit is contained in:
2026-02-26 01:37:25 +09:00
parent 9951aa98b2
commit 20167a8a52
4 changed files with 62 additions and 2 deletions

View File

@@ -84,6 +84,12 @@ namespace Northbound
TryInitializeInput();
}
private void Start()
{
// Start에서 다시 한번 확인 (이벤트 타이밍 문제 해결)
TryInitializeInput();
}
private void OnOwnerPlayerIdChanged(ulong newOwnerId)
{
TryInitializeInput();