Fix build errors
This commit is contained in:
parent
63cc5db70a
commit
eb1987eabd
@ -101,7 +101,7 @@ namespace FirstPlugin.LuigisMansion3
|
||||
Console.WriteLine("Unknown Format!" + TexFormat.ToString("X"));
|
||||
}
|
||||
|
||||
MipCount = numMips;
|
||||
MipCount = 1;
|
||||
ArrayCount = numArray;
|
||||
|
||||
properties = new POWEProperties();
|
||||
|
@ -221,6 +221,7 @@
|
||||
<Compile Include="FileFormats\NLG\LM3\LM3_Model.cs" />
|
||||
<Compile Include="FileFormats\NLG\LM3\TexturePOWE.cs" />
|
||||
<Compile Include="FileFormats\Archives\PKZ.cs" />
|
||||
<Compile Include="FileFormats\NLG\NLG_Common.cs" />
|
||||
<Compile Include="FileFormats\NLG\PunchOutWii\PO_DICT.cs" />
|
||||
<Compile Include="FileFormats\Archives\VIBS.cs" />
|
||||
<Compile Include="FileFormats\Audio\Archives\AudioCommon.cs" />
|
||||
|
Loading…
Reference in New Issue
Block a user