调整谱面开放
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Ichni.RhythmGame
|
||||
#region [轮询更新] Main Update
|
||||
private void Update()
|
||||
{
|
||||
if (!GameManager.Instance.songPlayer.isUpdating)
|
||||
if (!GameManager.Instance.songPlayer.isUpdating || effectSubmodule == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user