Skip to content

Commit

Permalink
Fix issue with mask preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Eucalyptusmoon authored Aug 2, 2024
1 parent 1e69087 commit c69a1d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GxUtils/LibGxFormat/Gma/Gcmf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public Gcmf(ObjMtlObject modelObject, Dictionary<Bitmap, int> modelTextureMappin
break;

case "MASK":
NewMaterial.Flags |= 0x10;
NewMaterial.Unk10 = 0x00000000;
break;

Expand Down

0 comments on commit c69a1d1

Please sign in to comment.