Skip to content

Commit

Permalink
Update CCBlurLayer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Aug 8, 2024
1 parent ca10e2d commit 4a8c4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/CCBlurLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void CCBlurLayer::draw()

GLint drawFbo = 0;
GLint readFbo = 0;
//glGetIntegerv(0x8CA6, &drawFbo);
glGetIntegerv(0x8CA6, &drawFbo);
//glGetIntegerv(0x8CAA, &readFbo);

glBindFramebuffer(0x8D40, ppRt0.fbo);
Expand Down

0 comments on commit 4a8c4ee

Please sign in to comment.