Remove empty comment

This commit is contained in:
ekrctb 2020-12-01 09:35:28 +09:00
parent 51bddd4a0f
commit 588a5c2aff

View File

@ -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);