1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Move the indicator further away

This commit is contained in:
Meow J
2016-08-31 01:41:17 +08:00
parent 624be2c7d1
commit 079e82e10f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ learnopengl.com系列教程的中文翻译目前正在翻译中。
**当前翻译进度**49/60
**校对进度**12/48
**校对进度**13/48
**目前状态**请认领一下In Practice下的章节

View File

@@ -104,7 +104,7 @@ void SpriteRenderer::initRenderData()
// 配置 VAO/VBO
GLuint VBO;
GLfloat vertices[] = {
// 位置 // 纹理
// 位置 // 纹理
0.0f, 1.0f, 0.0f, 1.0f,
1.0f, 0.0f, 1.0f, 0.0f,
0.0f, 0.0f, 0.0f, 0.0f,