mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix bug with atch counter.
This commit is contained in:
parent
7da5d73b47
commit
af7a8fbddd
1 changed files with 1 additions and 1 deletions
|
|
@ -24,5 +24,5 @@ public struct CollectionCounters(int changeCounter)
|
|||
/// <summary> Increment the number of ATCH-relevant changes in the effective file list. </summary>
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public int IncrementAtch()
|
||||
=> ++Imc;
|
||||
=> ++Atch;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue