浏览代码

Update config.h.in

closes https://github.com/assimp/assimp/issues/2570: fix a typo.
Kim Kulling 6 年之前
父节点
当前提交
4c1e8fe9c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/config.h.in

+ 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. TFvhe angle is specified
+ * This applies to the CalcTangentSpace-Step. The angle is specified
  * in degrees. The maximum value is 175.
  * Property type: float. Default value: 45 degrees
  */