mirror of
https://github.com/ppy/osu
synced 2025-01-01 03:42:19 +00:00
Remove empty comment
This commit is contained in:
parent
51bddd4a0f
commit
588a5c2aff
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user