DRYer
This commit is contained in:
parent
466155fd24
commit
259dcf376c
1 changed files with 0 additions and 1 deletions
|
|
@ -375,7 +375,6 @@ draw_cells(ssize_t vao_idx, ssize_t gvao_idx, GLfloat xstart, GLfloat ystart, GL
|
|||
(GLsizei)(ceilf(SCALE(height, h / 2.0f)))
|
||||
);
|
||||
#undef SCALE
|
||||
glViewport(0, 0, os_window->viewport_width, os_window->viewport_height);
|
||||
static bool cell_constants_set = false;
|
||||
if (!cell_constants_set) {
|
||||
bind_program(CELL_PROGRAM);
|
||||
|
|
|
|||
Loading…
Reference in a new issue