diff options
Diffstat (limited to 'opengl/libs/GLES2_dbg/src/api.h')
-rw-r--r-- | opengl/libs/GLES2_dbg/src/api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/libs/GLES2_dbg/src/api.h b/opengl/libs/GLES2_dbg/src/api.h index 069ac9e..fd6833e 100644 --- a/opengl/libs/GLES2_dbg/src/api.h +++ b/opengl/libs/GLES2_dbg/src/api.h @@ -21,7 +21,7 @@ const unsigned compressed = dbg->Compress(pixels, width * height * 4); \ msg.set_data(dbg->lzf_buf, compressed); \ free(pixels); - + #define EXTEND_Debug_glCopyTexSubImage2D EXTEND_Debug_glCopyTexImage2D #define EXTEND_Debug_glShaderSource \ @@ -30,4 +30,4 @@ if (!length || length[i] < 0) \ data->append(string[i]); \ else \ - data->append(string[i], length[i]);
\ No newline at end of file + data->append(string[i], length[i]); |