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

Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix

Jared Mulconry 8 жил өмнө
parent
commit
7d64e4155b

+ 1 - 1
.travis.yml

@@ -50,5 +50,5 @@ after_success:
   - lcov --directory . --capture --output-file coverage.info
   - lcov --remove coverage.info '/usr/*' 'contrib/*' 'test/*' --output-file coverage.info
   - lcov --list coverage.info
-  - coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info
+  - coveralls-lcov --source-encoding=ISO-8859-1 --repo-token=${COVERALLS_TOKEN} coverage.info
 

+ 1 - 1
include/assimp/material.h

@@ -413,7 +413,7 @@ enum aiTextureFlags
  *    SourceColor * SourceBlend + DestColor * DestBlend
  *  @endcode
  *  where DestColor is the previous color in the framebuffer at this
- *  position and SourceColor is the material colro before the transparency
+ *  position and SourceColor is the material color before the transparency
  *  calculation.<br>
  *  This corresponds to the #AI_MATKEY_BLEND_FUNC property.
 */