playback 버그 수정

This commit is contained in:
logonkhi
2025-07-28 19:59:35 +09:00
parent f5a36697ba
commit 231af33e6f
43 changed files with 537 additions and 325 deletions

View File

@@ -42,7 +42,7 @@ namespace UVC.UI.Loading
private bool animatting = false;
private Transform loadingImageTransform;
private float loadingSpeed = 1.5f;
private float loadingSpeed = -1.5f;
private float rotationSpeed = -1.0f;
private void Awake()