Browse Source

Merge pull request #324 from Gargaj/patch-1

Fix wrong nesting
Alexander Gessler 11 năm trước cách đây
mục cha
commit
b2cf7b6f67
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      code/3DSLoader.h

+ 2 - 2
code/3DSLoader.h

@@ -273,8 +273,8 @@ protected:
 	bool bIsPrj;
 };
 
-#endif // !! ASSIMP_BUILD_NO_3DS_IMPORTER
-
 } // end of namespace Assimp
 
+#endif // !! ASSIMP_BUILD_NO_3DS_IMPORTER
+
 #endif // AI_3DSIMPORTER_H_INC