mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-22 02:58:32 +00:00
fix warning
This commit is contained in:
@@ -176,7 +176,8 @@ void bDNA::initCmpFlags(bDNA *memDNA)
|
||||
// this ptr should be the file data
|
||||
|
||||
|
||||
assert(!m_Names.size() == 0 && "SDNA empty!");
|
||||
assert(!(m_Names.size() == 0));//DNA empty!
|
||||
|
||||
mCMPFlags.resize(mStructs.size(), FDF_NONE);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user