mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-14 00:47:37 +00:00
Fix wii u textures for ptcl not loading
This commit is contained in:
parent
3c9e93b411
commit
c34d021ddc
4 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -473,7 +473,7 @@ namespace FirstPlugin
|
|||
|
||||
public bool IsEmpty()
|
||||
{
|
||||
if (Width == 0 || Height == 0 || Format == 0)
|
||||
if (Width == 0 || Height == 0 || SurfFormat == 0)
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue