This commit is contained in:
jojo61
2018-11-18 15:25:43 +01:00
parent 6fd279e695
commit 56932f47e4
2 changed files with 7 additions and 7 deletions

View File

@@ -788,10 +788,6 @@ bool cOglCmdCopyBufferToOutputFb::Execute(void) {
glClear(GL_COLOR_BUFFER_BIT);
#ifdef PLACEBO
// if (posd)
// free(posd);
// posd = MALLOC(unsigned char, (y+fb->Height()) * (x+fb->Width()) * 4);
glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
glPixelStorei(GL_PACK_ALIGNMENT, 1);
if (posd)