2
0
Эх сурвалжийг харах

ASE: Reformat initializer list

Turo Lamminen 7 жил өмнө
parent
commit
70ae30f26a
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  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