mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 22:13:30 +08:00
more fixes to make sure nothing working wrong on game
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user