Commit 86a26989 authored by 神楽坂玲奈's avatar 神楽坂玲奈

clean

parent 4de48b10
Pipeline #5291 passed with stages
in 8 minutes and 45 seconds
......@@ -23,7 +23,6 @@ public class cardPicLoader : MonoBehaviour
private async void LoadCard()
{
Debug.Log(code);
uiTexture.mainTexture = await GameTextureManager.GetCardPicture(code);
if (uiTexture.mainTexture == null) return;
uiTexture.aspectRatio = (float) uiTexture.mainTexture.width / uiTexture.mainTexture.height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment