Style nits.

This commit is contained in:
Themaister 2012-05-26 15:59:22 +02:00
parent 6000bd33e9
commit f121f8d2bc

View File

@ -764,6 +764,7 @@ static void gl_copy_frame(gl_t *gl, const void *frame, unsigned width, unsigned
size_t buffer_stride = gl->tex_w * gl->base_size;
const uint8_t *frame_copy = frame;
size_t frame_copy_size = width * gl->base_size;
for (unsigned h = 0; h < height; h++)
{
glBufferSubData(GL_TEXTURE_REFERENCE_BUFFER_SCE,