Drop superflous debug comment
This commit is contained in:
parent
6ee8734cf3
commit
66a6f1d2c3
1 changed files with 0 additions and 2 deletions
|
|
@ -127,8 +127,6 @@ ColorBuffer* ColorBuffer::create(EGLDisplay p_display,
|
|||
Helper* helper) {
|
||||
GLenum texInternalFormat = 0;
|
||||
|
||||
printf("Creating new color buffer width %i height %i\n", p_width, p_height);
|
||||
|
||||
switch (p_internalFormat) {
|
||||
case GL_RGB:
|
||||
case GL_RGB565_OES:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue