Merge remote-tracking branch 'origin/master' into Animations

This commit is contained in:
viktorljung
2016-03-03 14:05:43 +01:00
96 changed files with 22437 additions and 797 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ void FrameBuffer::Generate()
}
GLERROR("3");
GLenum* bufferTextures = &attachments[0];
GLenum* bufferTextures = attachments.data();
glDrawBuffers(attachments.size(), bufferTextures);
if (GLERROR("GLBufferAttachement error")) {
printf(": AttachmentSize %i", attachments.size());