about summary refs log tree commit diff
path: root/src/engine/client/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/gfx.cpp')
-rw-r--r--src/engine/client/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/gfx.cpp b/src/engine/client/gfx.cpp
index 397b25dc..1ccd686d 100644
--- a/src/engine/client/gfx.cpp
+++ b/src/engine/client/gfx.cpp
@@ -324,7 +324,7 @@ int gfx_load_texture_raw(int w, int h, int format, const void *data)
 	// resample if needed
 	unsigned char *texdata = (unsigned char *)data;
 	unsigned char *tmpdata = 0;
-	if(1 || config.gfx_texture_quality==0)
+	if(config.gfx_texture_quality==0)
 	{
 		if(w > 16 && h > 16 && format == IMG_RGBA)
 		{