Browse Source

Merge branch 'F/0719_ImmersalOptimize' of ssh://gogs.ghz-tech.com:30979/GHzGlass/GHZMRNavigatorProXR into F/0719_ImmersalOptimize

DGJ 1 năm trước cách đây
mục cha
commit
6c44f9ede1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Assets/Scripts/Download/DownloadManager.cs

+ 1 - 0
Assets/Scripts/Download/DownloadManager.cs

@@ -326,6 +326,7 @@ public class DownloadManager : SingletonMono<DownloadManager>
             {
                 image.sprite = sprite;
             }
+            image.transform.localScale = new Vector3(1, (float)tex.height / (float)tex.width, 1);
         }));
     }