small fix

pull/3014/head
iamAdrianIusca 2020-02-18 21:55:35 +02:00
parent a5524ffcd9
commit 4de0237167
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ struct Material {
, ior ( ai_real( 1.0 ) ) , ior ( ai_real( 1.0 ) )
, transparent( ai_real( 1.0), ai_real (1.0), ai_real(1.0)) { , transparent( ai_real( 1.0), ai_real (1.0), ai_real(1.0)) {
std::fill_n(clamp, TextureTypeCount, false); std::fill_n(clamp, static_cast<unsigned int>(TextureTypeCount), false);
} }
// Destructor // Destructor