1
0
mirror of synced 2024-09-24 11:38:22 +02:00

Fix wii u textures for ptcl not loading

This commit is contained in:
KillzXGaming 2019-03-29 18:04:18 -04:00
parent 3c9e93b411
commit c34d021ddc
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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;