Get rid of warnings on GCC4.4 with -wall
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@541 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -169,10 +169,10 @@ struct Material
|
||||
//! Constructor
|
||||
Material()
|
||||
: diffuse (0.6f,0.6f,0.6f)
|
||||
, ior (1.f)
|
||||
, alpha (1.f)
|
||||
, shineness (0.0f)
|
||||
, illumination_model (1)
|
||||
, ior (1.f)
|
||||
{
|
||||
// empty
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user