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

Update Exporter.hpp

revert merge issue
Kim Kulling 5 жил өмнө
parent
commit
108b3a62e5

+ 3 - 3
include/assimp/Exporter.hpp

@@ -110,9 +110,9 @@ public:
         ExportFormatEntry() :
                 mExportFunction(),
                 mEnforcePP() {
-            mDescription.id = NULL;
-            mDescription.description = NULL;
-            mDescription.fileExtension = NULL;
+            mDescription.id = nullptr;
+            mDescription.description = nullptr;
+            mDescription.fileExtension = nullptr;
         }
     };