Skip to content

Commit cdfad5b

Browse files
authored
Update Symbol(4).cpp
1 parent 24e5cb2 commit cdfad5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenGL/Symbol(4).cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ void Draw() {
5252
{-0.2, -0.1, -0.3},
5353
};
5454

55-
GLfloat V3[8][3] = { {0.1, 0.1, 0.3},
55+
GLfloat V3[8][3] = { {0.1, 0.3, 0.3},
5656
{0.2, 0.3, 0.3},
5757
{0.2, -0.3, 0.3},
5858
{0.1, -0.3, 0.3},
5959

60-
{0.1, 0.1, -0.3},
60+
{0.1, 0.3, -0.3},
6161
{0.2, 0.3, -0.3},
6262
{0.2, -0.3, -0.3},
6363
{0.1, -0.3, -0.3},

0 commit comments

Comments
 (0)