Skip to content

Commit d394fe4

Browse files
Merge branch 'fix/284.2' into pre-release-0.1.22
2 parents f189d7b + c662ad4 commit d394fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/Transform/Environment/AAO/DisableMeshMerge.None.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace KisaragiMarine.ResoniteImportHelper.Transform.Environment.AAO
99
/// </summary>
1010
public sealed class DisableMeshMerge : IPlatformDependantPreprocessor
1111
{
12-
public GameObject PerformEnvironmentDependantShallowCopy(GameObject unmodifiableRoot)
12+
public GameObject Preprocess(GameObject unmodifiableRoot)
1313
{
1414
return unmodifiableRoot;
1515
}

0 commit comments

Comments
 (0)