Set basevertex to 0 when calculating column data width

This commit is contained in:
baldurk
2017-08-28 18:50:18 +01:00
parent d68f00ca72
commit 24518e086c
+1
View File
@@ -2687,6 +2687,7 @@ void BufferViewer::CalcColumnWidth(int maxNumRows)
FormatElement(headerText, 0, 16, false, 1, false, 1, intFmt, false, false));
m_ModelVSIn->numRows = 2;
m_ModelVSIn->baseVertex = 0;
if(m_ModelVSIn->indices)
m_ModelVSIn->indices->deref();