瀏覽代碼

Merge pull request #2532 from assimp/kimkulling_dev

closes https://github.com/assimp/assimp/issues/2527: use correct macr…
Kim Kulling 6 年之前
父節點
當前提交
5a82e27885
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      code/CMakeLists.txt
  2. 1 1
      include/assimp/config.h.in

+ 1 - 1
code/CMakeLists.txt

@@ -331,7 +331,7 @@ ADD_ASSIMP_EXPORTER( ASSBIN
   Assbin/AssbinExporter.cpp
 )
 
-ADD_ASSIMP_IMPORTER( ASSXML
+ADD_ASSIMP_EXPORTER( ASSXML
   Assxml/AssxmlExporter.h
   Assxml/AssxmlExporter.cpp
 )

+ 1 - 1
include/assimp/config.h.in

@@ -142,7 +142,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 /** @brief  Specifies the maximum angle that may be between two vertex tangents
  *         that their tangents and bi-tangents are smoothed.
  *
- * This applies to the CalcTangentSpace-Step. The angle is specified
+ * This applies to the CalcTangentSpace-Step. TFvhe angle is specified
  * in degrees. The maximum value is 175.
  * Property type: float. Default value: 45 degrees
  */