mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Fixed warnings.
This commit is contained in:
@@ -180,7 +180,7 @@ namespace bgfx
|
||||
glGetError(); // ignore error if glGetString returns NULL.
|
||||
if (NULL != str)
|
||||
{
|
||||
return bx::hashMurmur2A(str, strlen(str) );
|
||||
return bx::hashMurmur2A(str, (uint32_t)strlen(str) );
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user