Browse Source

ASE: Reformat initializer list

Turo Lamminen 7 years ago
parent
commit
70ae30f26a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      code/ASEParser.h

+ 3 - 1
code/ASEParser.h

@@ -68,7 +68,9 @@ using namespace D3DS;
 struct Material : public D3DS::Material
 {
     //! Default constructor
-    Material() : pcInstance(NULL), bNeed (false)
+    Material()
+    : pcInstance(NULL)
+    , bNeed (false)
     {}
 
     //! Contains all sub materials of this material