ASE: Reformat initializer list

pull/1732/head
Turo Lamminen 2018-01-23 18:55:40 +02:00
parent 2ec6b2d214
commit 70ae30f26a
1 changed files with 3 additions and 1 deletions

View File

@ -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