mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Fix linux compilation (again)
This commit is contained in:
@@ -1135,7 +1135,7 @@ private:
|
||||
}
|
||||
else if(vt == QMetaType::ULongLong)
|
||||
{
|
||||
ret = Formatter::Format(v.toULongLong(), el.hex);
|
||||
ret = Formatter::Format((uint64_t)v.toULongLong(), el.hex);
|
||||
}
|
||||
else if(vt == QMetaType::LongLong)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user