Gordon MacPherson 6 年之前
父节点
当前提交
db8606ba57
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);