Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
FMYang committed Sep 15, 2021
1 parent 08a68df commit 0afaab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GPUImage/GPUImage/Source/GPUImageFramebuffer.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ - (id)initWithSize:(CGSize)framebufferSize textureOptions:(GPUTextureOptions)fbo
[self generateTexture];
framebuffer = 0;
});
} else {
[self generateFramebuffer];
}
}
return self;
Expand Down

0 comments on commit 0afaab9

Please sign in to comment.