ASE: Reformat initializer list
parent
2ec6b2d214
commit
70ae30f26a
|
@ -68,7 +68,9 @@ using namespace D3DS;
|
||||||
struct Material : public D3DS::Material
|
struct Material : public D3DS::Material
|
||||||
{
|
{
|
||||||
//! Default constructor
|
//! Default constructor
|
||||||
Material() : pcInstance(NULL), bNeed (false)
|
Material()
|
||||||
|
: pcInstance(NULL)
|
||||||
|
, bNeed (false)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//! Contains all sub materials of this material
|
//! Contains all sub materials of this material
|
||||||
|
|
Loading…
Reference in New Issue