diff --git a/engine/render/r_main.cpp b/engine/render/r_main.cpp index 2ba0bbc..e9a2d26 100644 --- a/engine/render/r_main.cpp +++ b/engine/render/r_main.cpp @@ -1904,9 +1904,10 @@ r_renderer_c::RenderTarget& r_renderer_c::GetPresentRenderTarget() return rttMain[presentRtt]; } -// ============================================ -// MurmurHash implementation from public domain -// ============================================ +// =========================================================== +// MurmurHash implementation from public domain, obtained from +// https://github.com/explosion/murmurhash/blob/9281c4825c24e64476457db89fb1d39bf09b3d23/murmurhash/MurmurHash2.cpp +// =========================================================== #if _WIN32 #define BIG_CONSTANT(x) (x)