Skip to content

Commit

Permalink
Merge pull request #170 from anatawa12/fix-report-is-not-clear
Browse files Browse the repository at this point in the history
fix: error is not cleared on build
  • Loading branch information
anatawa12 authored May 20, 2023
2 parents 1430e6d + 74b5de3 commit b406a9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog].
### Removed

### Fixed
- Error is not cleared on build `#170`

### Security

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog].
### Removed

### Fixed
- Error is not cleared on build `#170`

### Security

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ internal class ErrorReportingInitializerProcessor : IVRCSDKPreprocessAvatarCallb

public bool OnPreprocessAvatar(GameObject avatarGameObject)
{
BuildReport.Clear();
BuildReport.CurrentReport.Initialize(avatarGameObject.GetComponent<VRCAvatarDescriptor>());
return true;
}
Expand Down

0 comments on commit b406a9f

Please sign in to comment.