diff --git a/tools/emulator/opengl/host/libs/Translator/GLES_CM/GLEScmImp.cpp b/tools/emulator/opengl/host/libs/Translator/GLES_CM/GLEScmImp.cpp index 6c38f252c..8a507e5e9 100644 --- a/tools/emulator/opengl/host/libs/Translator/GLES_CM/GLEScmImp.cpp +++ b/tools/emulator/opengl/host/libs/Translator/GLES_CM/GLEScmImp.cpp @@ -167,8 +167,6 @@ GLESiface* __translator_getIfaces(EGLiface* eglIface){ static TextureData* getTextureData(){ GET_CTX_RET(NULL); unsigned int tex = ctx->getBindedTexture(); - if (tex==0) - return NULL; TextureData *texData = NULL; ObjectDataPtr objData = thrd->shareGroup->getObjectData(TEXTURE,tex); if(!objData.Ptr()){