mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove empty comment
This commit is contained in:
@ -37,7 +37,6 @@ namespace osu.Game.Utils
|
||||
{
|
||||
unchecked
|
||||
{
|
||||
//
|
||||
var combined = ((ulong)(uint)series << 32) | (uint)seed;
|
||||
// The xor operation is to not map (0, 0) to 0.
|
||||
return mix(combined ^ 0x12345678);
|
||||
|
Reference in New Issue
Block a user