升级水插件

This commit is contained in:
2026-01-08 22:30:55 +08:00
parent febff82d24
commit ca68084264
415 changed files with 18138 additions and 7134 deletions

View File

@@ -1,4 +1,4 @@
// Crest Water System
// Crest Water System
// Copyright © 2024 Wave Harmonic. All rights reserved.
namespace WaveHarmonic.Crest
@@ -19,7 +19,7 @@ namespace WaveHarmonic.Crest
}
else
{
return WaterRenderer.LastUpdateEditorTime;
return WaterRenderer.EditorTime;
}
#else
return UnityEngine.Time.time;
@@ -38,7 +38,7 @@ namespace WaveHarmonic.Crest
}
else
{
return 1f / 20f;
return WaterRenderer.EditorDeltaTime;
}
#else
return UnityEngine.Time.deltaTime;