- temp fix for shader class.
- added new entry.
- more updates to CLI
- fixes #3
- add #4
This commit is contained in:
Razmoth
2023-04-27 23:05:10 +04:00
parent c7d60450f8
commit 7b0d563de1
20 changed files with 436 additions and 332 deletions

View File

@@ -48,7 +48,7 @@ namespace AssetStudio
{
var m_DynamicOccludee = reader.ReadByte();
}
if (reader.Game.Type.IsBH3())
if (reader.Game.Type.IsBH3Group())
{
var m_AllowHalfResolution = reader.ReadByte();
}