Skip to content

Commit 5954cdb

Browse files
committed
docs: Clarify origin of MurmurHash implementation
1 parent a19830d commit 5954cdb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

engine/render/r_main.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,9 +1904,10 @@ r_renderer_c::RenderTarget& r_renderer_c::GetPresentRenderTarget()
19041904
return rttMain[presentRtt];
19051905
}
19061906

1907-
// ============================================
1908-
// MurmurHash implementation from public domain
1909-
// ============================================
1907+
// ===========================================================
1908+
// MurmurHash implementation from public domain, obtained from
1909+
// https://github.com/explosion/murmurhash/blob/9281c4825c24e64476457db89fb1d39bf09b3d23/murmurhash/MurmurHash2.cpp
1910+
// ===========================================================
19101911

19111912
#if _WIN32
19121913
#define BIG_CONSTANT(x) (x)

0 commit comments

Comments
 (0)