Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
poi-vrc committed Aug 24, 2023
1 parent 1620f76 commit e46fe3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void OnPostprocessAvatar()
}
}

#region IEditorOnly Workaround
#region IEditorOnly Workaround
// temporary workaround with VRCSDK to not remove IEditorOnly objects at early stage which causes problems
// code referenced from MA: https://github.com/bdunderscore/modular-avatar/blob/main/Packages/nadena.dev.modular-avatar/Editor/PreventStripTagObjects.cs
// https://feedback.vrchat.com/sdk-bug-reports/p/ieditoronly-components-should-be-destroyed-late-in-the-build-process
Expand Down Expand Up @@ -147,7 +147,7 @@ public bool OnPreprocessAvatar(GameObject avatarGameObject)
return true;
}
}
#endregion IEditorOnly Workaround
#endregion IEditorOnly Workaround

}
#endif

0 comments on commit e46fe3a

Please sign in to comment.