mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-14 00:47:37 +00:00
Fix nutexb saving from edits with the image editor
This commit is contained in:
parent
de72038a9d
commit
8d1b5a3674
6 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -611,6 +611,7 @@ namespace FirstPlugin
|
|||
tex.SurfaceDim = SurfaceDim.Dim2D;
|
||||
tex.SampleCount = 1;
|
||||
tex.Pitch = 32;
|
||||
tex.MipOffsets = new long[tex.MipCount];
|
||||
|
||||
MipCount = GenerateMipCount(bitmap.Width, bitmap.Height);
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue