还原水插件
This commit is contained in:
@@ -87,7 +87,7 @@ namespace WaveHarmonic.Crest
|
||||
|
||||
#if UNITY_EDITOR
|
||||
// Only repaint, otherwise changes might persist.
|
||||
if (Event.current?.type != EventType.Repaint)
|
||||
if (Event.current.type != EventType.Repaint)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user