Skip to content

Commit

Permalink
Merge pull request #3206 from planetarium/hotfix/70.1.2
Browse files Browse the repository at this point in the history
merge hotfix/70.1.2 into fast-track/70.2.0
  • Loading branch information
sonohoshi authored Oct 18, 2023
2 parents 73ac776 + bf59507 commit 261fb73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions nekoyume/Assets/_Scripts/UI/Widget/StageLoadingEffect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ private IEnumerator ShowSequence(
{
switch (stageId)
{
case VideoPlayStage:
coroutine = PlayVideo;
LoadingEnd = false;
break;
// case VideoPlayStage:
// coroutine = PlayVideo;
// LoadingEnd = false;
// break;
case WorkshopDialogStage:
coroutine = PlaySmallDialog;
LoadingEnd = false;
Expand Down
4 changes: 2 additions & 2 deletions nekoyume/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ PlayerSettings:
16:10: 0
16:9: 1
Others: 0
bundleVersion: 70.1.1
bundleVersion: 70.1.2
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -165,7 +165,7 @@ PlayerSettings:
iPhone: 0
tvOS: 0
overrideDefaultApplicationIdentifier: 1
AndroidBundleVersionCode: 73
AndroidBundleVersionCode: 74
AndroidMinSdkVersion: 22
AndroidTargetSdkVersion: 33
AndroidPreferredInstallLocation: 2
Expand Down

0 comments on commit 261fb73

Please sign in to comment.