mirror of
https://github.com/Drezil/imgui.git
synced 2024-12-18 14:16:36 +00:00
Build fix
This commit is contained in:
parent
4ac4d1ac37
commit
bbced3f0f0
@ -818,7 +818,7 @@ int ImFormatStringV(char* buf, int buf_size, const char* fmt, va_list args)
|
|||||||
|
|
||||||
// Pass data_size==0 for zero-terminated strings
|
// Pass data_size==0 for zero-terminated strings
|
||||||
// FIXME-OPT: Replace with e.g. FNV1a hash? CRC32 pretty much randomly access 1KB. Need to do proper measurements.
|
// FIXME-OPT: Replace with e.g. FNV1a hash? CRC32 pretty much randomly access 1KB. Need to do proper measurements.
|
||||||
ImU32 ImHash(const void* data, int data_size, ImU32)
|
ImU32 ImHash(const void* data, int data_size, ImU32 seed)
|
||||||
{
|
{
|
||||||
static ImU32 crc32_lut[256] = { 0 };
|
static ImU32 crc32_lut[256] = { 0 };
|
||||||
if (!crc32_lut[1])
|
if (!crc32_lut[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user