Skip to content

Commit

Permalink
Fix HasLightmaps for Chunk0304305B
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jan 4, 2025
1 parent 4bf2053 commit d621bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/GBX.NET/Engines/Game/CGameCtnChallenge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public UInt128? HashedPassword

private bool hasLightmaps;
[AppliedWithChunk<Chunk0304303D>]
[AppliedWithChunk<Chunk0304305B>]
public bool HasLightmaps { get => hasLightmaps; set => hasLightmaps = value; }

[AppliedWithChunk<HeaderChunk03043003>(sinceVersion: 9)]
Expand Down

0 comments on commit d621bc2

Please sign in to comment.