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

pull/1083/head
Jared Mulconry 2016-11-20 14:08:38 +11:00
commit 7d64e4155b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.
*/