From f0d04f6bc2a22244ba0389165961c2762079652a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 28 Jun 2019 09:57:32 +0200 Subject: [PATCH] removed incorrect CAP_TEXTURE guards --- drawing.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/drawing.cpp b/drawing.cpp index 4223b645..e8806ab2 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -464,12 +464,10 @@ void dqi_poly::gldraw() { #endif if(tinf) { - #if CAP_TEXTURE glhr::be_textured(); glBindTexture(GL_TEXTURE_2D, tinf->texture_id); glhr::vertices_texture(v, tinf->tvertices, offset, offset_texture); ioffset = 0; - #endif } else { glhr::be_nontextured();