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

Commit e46964f

Browse files
Merge pull request #287 from KisaragiEffective/fix/284.2
2 parents f22fc7e + c662ad4 commit e46964f

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)