Update config.h.in

closes https://github.com/assimp/assimp/issues/2570: fix a typo.
pull/2590/head
Kim Kulling 2019-08-09 20:30:12 +02:00 committed by GitHub
parent 7d67eca52c
commit 4c1e8fe9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 /** @brief Specifies the maximum angle that may be between two vertex tangents
* that their tangents and bi-tangents are smoothed. * that their tangents and bi-tangents are smoothed.
* *
* This applies to the CalcTangentSpace-Step. TFvhe angle is specified * This applies to the CalcTangentSpace-Step. The angle is specified
* in degrees. The maximum value is 175. * in degrees. The maximum value is 175.
* Property type: float. Default value: 45 degrees * Property type: float. Default value: 45 degrees
*/ */