1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-05 01:02:19 +08:00

more fixes to make sure nothing working wrong on game

This commit is contained in:
2025-09-21 18:21:46 +08:00
parent 6cd9aba7b6
commit cf858f1838
14 changed files with 39 additions and 205 deletions

View File

@@ -268,7 +268,7 @@ public static class WinApi
return result;
int CountBitsSet(ulong mask)
static int CountBitsSet(ulong mask)
{
var count = 0;
while (mask != 0)