remove the 'override' keyword, Bullet is C++2003

This commit is contained in:
Erwin Coumans
2022-04-24 16:12:40 -07:00
parent d3b4c27db4
commit a3ec165915
3 changed files with 6 additions and 3 deletions

View File

@@ -655,7 +655,7 @@ public:
return m_debugMode;
}
virtual void clearLines() override
virtual void clearLines()
{
m_hashedLines.clear();
m_sortedIndices.clear();