diff --git a/src/lindbergh/resolution.c b/src/lindbergh/resolution.c index 950727b..804f1a7 100644 --- a/src/lindbergh/resolution.c +++ b/src/lindbergh/resolution.c @@ -370,8 +370,8 @@ int isTestMode() void myGlBindTexture(GLenum target, GLuint texture) { - // const char *targetName = ""; - // switch (target) + curTarget = target; + curTextureID = texture; void (*_glBindTexture)(GLenum, GLuint) = dlsym(RTLD_NEXT, "glBindTexture"); _glBindTexture(target, texture);