Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit c662ad4

Browse files
fix: fix regression introduced in past commit
fix regression introduced in past commit: 27cb6cc
1 parent f22fc7e commit c662ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)