Skip to content

Commit

Permalink
Refactor include/mvp-demo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeokkim committed Dec 21, 2024
1 parent e7585ee commit de315b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mvp-demo.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extern "C" {
#define MATRIX_VALUE_TEXT_LENGTH 16

/* 플레이어 모델의 정점 개수 */
#define PLAYER_MODEL_VERTEX_COUNT 8
#define PLAYER_MODEL_VERTEX_COUNT 8

/* MVP 영역에 그릴 화면의 종류를 몇 초 동안 보여줄지 설정 */
#define RENDER_MODE_ANIMATION_DURATION 2.75f
Expand Down

0 comments on commit de315b6

Please sign in to comment.