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 dc58f80 commit ca10e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Utils/CCBlurLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ void CCBlurLayer::draw()

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

glBindFramebuffer(0x8D40, ppRt0.fbo);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
//glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);

auto end1 = std::chrono::high_resolution_clock::now();

Expand Down

0 comments on commit ca10e2d

Please sign in to comment.