Pārlūkot izejas kodu

Merge pull request #324 from Gargaj/patch-1

Fix wrong nesting
Alexander Gessler 11 gadi atpakaļ
vecāks
revīzija
b2cf7b6f67
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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