fixup! Fix code style in #1150

1008-fix
krzys-h 2018-05-07 20:28:31 +02:00
parent 38a34829af
commit 6ccf32ec68
1 changed files with 2 additions and 1 deletions

View File

@ -1411,7 +1411,8 @@ protected:
std::vector<VertexCol> vertices;
std::vector<int> firsts;
std::vector<int> counts;
} m_pendingDebugDraws;
}
m_pendingDebugDraws;
//! Ranks of highlighted objects
int m_highlightRank[100];