OpenGEXImporter: fix compiler warning.
parent
7681089abc
commit
46d78f57d5
|
@ -757,7 +757,6 @@ static void fillColor4( aiColor4D *col4, Value *vals ) {
|
||||||
ai_assert( nullptr != col4 );
|
ai_assert( nullptr != col4 );
|
||||||
ai_assert( nullptr != vals );
|
ai_assert( nullptr != vals );
|
||||||
|
|
||||||
float r( 0.0f ), g( 0.0f ), b( 0.0f ), a ( 1.0f );
|
|
||||||
Value *next( vals );
|
Value *next( vals );
|
||||||
col4->r = next->getFloat();
|
col4->r = next->getFloat();
|
||||||
next = next->m_next;
|
next = next->m_next;
|
||||||
|
|
Loading…
Reference in New Issue