Gordon MacPherson 6 năm trước cách đây
mục cha
commit
db8606ba57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/assimp/BaseImporter.h

+ 1 - 1
include/assimp/BaseImporter.h

@@ -210,7 +210,7 @@ public:
     }
 
     /* Returns scale used by application called by ScaleProcess */
-    const double GetImporterScale()
+    double GetImporterScale() const
     {
         ai_assert(importerScale != 0);
         ai_assert(fileScale != 0);