diff options
| author | Aaditya Dhruv <[email protected]> | 2026-01-25 19:05:38 -0600 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2026-01-25 19:05:38 -0600 |
| commit | 4d9627422f94c165102baa8d9166049321c25b10 (patch) | |
| tree | c5005850d2076cfe2a538c4c806074bc86d27e5e /src/block.h | |
| parent | 955ffb0d4a0235532fdb9b808745bcf571735122 (diff) | |
Better rotating cube
Diffstat (limited to 'src/block.h')
| -rw-r--r-- | src/block.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/block.h b/src/block.h index 00668f6..faabe58 100644 --- a/src/block.h +++ b/src/block.h @@ -7,8 +7,7 @@ struct block { vec3 coords; int type; GLuint _vao; - GLuint _vbo1; - GLuint _vbo2; + GLuint _vbo; GLuint _ebo; int _vertex_count; mat4 model; |
