We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19830d commit 5954cdbCopy full SHA for 5954cdb
1 file changed
engine/render/r_main.cpp
@@ -1904,9 +1904,10 @@ r_renderer_c::RenderTarget& r_renderer_c::GetPresentRenderTarget()
1904
return rttMain[presentRtt];
1905
}
1906
1907
-// ============================================
1908
-// MurmurHash implementation from public domain
1909
+// ===========================================================
+// MurmurHash implementation from public domain, obtained from
+// https://github.com/explosion/murmurhash/blob/9281c4825c24e64476457db89fb1d39bf09b3d23/murmurhash/MurmurHash2.cpp
1910
1911
1912
#if _WIN32
1913
#define BIG_CONSTANT(x) (x)
0 commit comments