Skip to content

Commit

Permalink
Merge pull request #163 from Xele02/156-09-screen-rotate-180-when-sta…
Browse files Browse the repository at this point in the history
…rting-song

Fix screen rotate 180 when starting song
  • Loading branch information
Xele02 authored Dec 9, 2023
2 parents 25f6ade + 38ed96a commit 9bada15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ public void ApplyValue(bool isSave = true, Action callback = null)
{
bool b = GameManager.Instance.localSave.EPJOACOONAC_GetSave().CNLJNGLMMHB_Options.PKEMELMMEKM_IsDivaHighQuality();
bool b2 = Option.PKEMELMMEKM_IsDivaHighQuality();
SetOrientationInner(b2 ? 1 : 0);
SetOrientationInner(Option.CJFAJNMADBA_ScreenRotation);
GameManager.Instance.localSave.EPJOACOONAC_GetSave().CNLJNGLMMHB_Options.HOMPENLIHCK_VolBgm = Option.HOMPENLIHCK_VolBgm;
GameManager.Instance.localSave.EPJOACOONAC_GetSave().CNLJNGLMMHB_Options.BGLLCLEDHKK_VolSe = Option.BGLLCLEDHKK_VolSe;
GameManager.Instance.localSave.EPJOACOONAC_GetSave().CNLJNGLMMHB_Options.CNCIMBGLKOB_VolVoice = Option.CNCIMBGLKOB_VolVoice;
Expand Down

0 comments on commit 9bada15

Please sign in to comment.