fixed nesting regression and audio static regression

This commit is contained in:
itsmattkc
2019-01-23 02:28:05 +11:00
parent 637c2414ed
commit 1d85c4220f
5 changed files with 16 additions and 18 deletions
-3
View File
@@ -365,9 +365,6 @@ GLuint compose_sequence(Viewer* viewer,
glBegin(GL_QUADS);
GLint current_fbo = 0;
glGetIntegerv(GL_DRAW_FRAMEBUFFER_BINDING, &current_fbo);
if (coords.grid_size <= 1) {
float z = 0.0f;