Thomas Buck 10 년 전
부모
커밋
b41824444c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      include/TombRaider.h

+ 1
- 3
include/TombRaider.h 파일 보기

@@ -2,8 +2,6 @@
2 2
  * \file include/TombRaider.h
3 3
  * \brief Loads maps, meshes, textures...
4 4
  *
5
- * Define ZLIB_SUPPORT to build TR4 support.
6
- *
7 5
  * \todo WARNING: No endian routines as of yet
8 6
  * \author Mongoose
9 7
  */
@@ -1648,7 +1646,7 @@ public:
1648 1646
     /*!
1649 1647
      * \brief Gets vertex position and color
1650 1648
      * \param roomIndex room index
1651
-     * \param verteIndex vertex index
1649
+     * \param vertexIndex vertex index
1652 1650
      * \param xyz will contain vertex position, has to be allocated
1653 1651
      * \param rgba will contain vertex color, has to be allocated
1654 1652
      */

Loading…
취소
저장