Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: gqjjqg <[email protected]>
  • Loading branch information
gqjjqg committed Dec 13, 2017
1 parent abf7dde commit d60d996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-extend/src/main/jni/opengl/render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ void GLImageRender(int handle, unsigned char* pData, int w, int h)
LOGE("GLImageRender FAIL!: 0x%X 0x%X", engine, pData);
return;
}
LOGE("clean start");

//clean
glClear ( GL_COLOR_BUFFER_BIT );

Expand Down

0 comments on commit d60d996

Please sign in to comment.