Skip to content

Commit

Permalink
Fix patches lists being empty at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
brliron committed Apr 16, 2021
1 parent 1d23ca2 commit a36ad86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Repo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ private Repo(IntPtr repo_ptr)
current_patch_ptr += Marshal.SizeOf<ThcrapDll.repo_patch_t>();
current_patch = RepoPatch.From_repo_patch_t(this, current_patch_ptr);
}

PatchesFiltered = Patches;
}
~Repo()
{
Expand Down

0 comments on commit a36ad86

Please sign in to comment.