mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 04:23:09 +00:00
Fix Generate Mipmaps
This commit is contained in:
parent
394fad02c5
commit
0ac5ba96c9
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ namespace Toolbox.Library
|
|||
|
||||
public uint GenerateMipCount(uint Width, uint Height)
|
||||
{
|
||||
uint MipmapNum = 0;
|
||||
uint MipmapNum = 1;
|
||||
uint num = Math.Max(Width, Height);
|
||||
|
||||
int width = (int)Width;
|
||||
|
|
Loading…
Reference in a new issue