13 lines
474 B
Text
13 lines
474 B
Text
$NetBSD: patch-ab,v 1.4 2006/05/12 12:40:10 joerg Exp $
|
|
|
|
--- qw/client/gl_draw.c.orig 1999-12-21 15:46:06.000000000 +0000
|
|
+++ qw/client/gl_draw.c
|
|
@@ -1367,7 +1367,7 @@ void GL_SelectTexture (GLenum target)
|
|
{
|
|
if (!gl_mtexable)
|
|
return;
|
|
-#ifndef __linux__ // no multitexture under Linux yet
|
|
+#if !defined(__linux__) && !defined(__NetBSD__) && !defined(__DragonFly__) // no multitexture under Linux yet
|
|
qglSelectTextureSGIS(target);
|
|
#endif
|
|
if (target == oldtarget)
|