fixup! Fix code style in #1150
parent
38a34829af
commit
6ccf32ec68
|
@ -1411,7 +1411,8 @@ protected:
|
||||||
std::vector<VertexCol> vertices;
|
std::vector<VertexCol> vertices;
|
||||||
std::vector<int> firsts;
|
std::vector<int> firsts;
|
||||||
std::vector<int> counts;
|
std::vector<int> counts;
|
||||||
} m_pendingDebugDraws;
|
}
|
||||||
|
m_pendingDebugDraws;
|
||||||
|
|
||||||
//! Ranks of highlighted objects
|
//! Ranks of highlighted objects
|
||||||
int m_highlightRank[100];
|
int m_highlightRank[100];
|
||||||
|
|
Loading…
Reference in New Issue