Skip to content

Commit

Permalink
Fix bitmaps not being saved by MB.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Jul 2, 2024
1 parent 568fe40 commit 7a21ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ManagedBlamHelper/BitmapSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ void ApplySettingsMaterials(TagFileBitmap bitmapFile)
// default to treating bitmaps as diffuse
ApplySettingsDiffuse(tagBitmap);
}

tagBitmap.Save();
}
}

Expand Down
1 change: 1 addition & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0",
"versionHeightOffset": -2,
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
Expand Down

0 comments on commit 7a21ce7

Please sign in to comment.