diff --git a/qrenderdoc/Code/FormatElement.cpp b/qrenderdoc/Code/FormatElement.cpp index fae70325d..e18854b5c 100644 --- a/qrenderdoc/Code/FormatElement.cpp +++ b/qrenderdoc/Code/FormatElement.cpp @@ -461,7 +461,8 @@ QList FormatElement::ParseFormatString(const QString &formatStrin } } - if(basetype == lit("xint") || basetype == lit("xshort") || basetype == lit("xbyte")) + if(basetype == lit("xlong") || basetype == lit("xint") || basetype == lit("xshort") || + basetype == lit("xbyte")) hex = true; if(fmt.compType == CompType::Typeless)