fix build.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
pull/548/head
Kim Kulling 2015-04-30 14:31:23 +02:00
parent d5699cc89f
commit 5357772cf5
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ static void getColorRGB( aiColor3D *pColor, DataArrayList *colList ) {
return;
}
ai_assert( 3, colList->m_numItems );
ai_assert( 3 == colList->m_numItems );
Value *val( colList->m_dataList );
pColor->r = val->getFloat();
val = val->getNext();