Skip to content

Commit 24518e0

Browse files
committed
Set basevertex to 0 when calculating column data width
1 parent d68f00c commit 24518e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qrenderdoc/Windows/BufferViewer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,6 +2687,7 @@ void BufferViewer::CalcColumnWidth(int maxNumRows)
26872687
FormatElement(headerText, 0, 16, false, 1, false, 1, intFmt, false, false));
26882688

26892689
m_ModelVSIn->numRows = 2;
2690+
m_ModelVSIn->baseVertex = 0;
26902691

26912692
if(m_ModelVSIn->indices)
26922693
m_ModelVSIn->indices->deref();

0 commit comments

Comments
 (0)