diff options
| author | Aaditya Dhruv <[email protected]> | 2026-01-25 23:45:10 -0600 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2026-01-25 23:45:10 -0600 |
| commit | 3a52808a6609a0b356d739017d1f0eb6f8123e98 (patch) | |
| tree | 3a61b131a3816988e59dc0a24439fb659a9de095 /src/block.h | |
| parent | 4d9627422f94c165102baa8d9166049321c25b10 (diff) | |
Fix block_init/draw bug, add more blocks to draw
- VAO/VBO binding bug fixed, added explaination in comments
- Add 9 rotating blocks
Diffstat (limited to 'src/block.h')
| -rw-r--r-- | src/block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/block.h b/src/block.h index faabe58..aecb804 100644 --- a/src/block.h +++ b/src/block.h @@ -5,7 +5,6 @@ struct block { vec3 coords; - int type; GLuint _vao; GLuint _vbo; GLuint _ebo; |
