改了个false

This commit is contained in:
2025-07-12 18:56:10 +08:00
parent 47ec9ddb21
commit 46766a39e0
5 changed files with 31 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ namespace Ichni.Editor
public bool isDebugging;
public bool isPlaying;
public AudioSource audioSource;
private float DspTime => (float)AudioSettings.dspTime;
private void Update()
{
if (isDebugging)