升级水插件
This commit is contained in:
@@ -23,7 +23,7 @@ namespace WaveHarmonic.Crest
|
||||
var input = gameObject.AddComponent<T>();
|
||||
input._Mode = mode;
|
||||
// Not all modes have associated data.
|
||||
if (mode is not LodInputMode.Global or LodInputMode.Primitive or LodInputMode.Unset) AddData(input, mode);
|
||||
if (mode is not (LodInputMode.Global or LodInputMode.Primitive or LodInputMode.Unset)) AddData(input, mode);
|
||||
input.InferBlend();
|
||||
return input;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user