13 lines
427 B
Text
13 lines
427 B
Text
$NetBSD: patch-ab,v 1.3 2002/01/02 10:01:35 hubertf Exp $
|
|
|
|
--- qw/client/gl_draw.c Tue Dec 21 15:46:06 1999
|
|
+++ ../work/QW/client/gl_draw.c Sat Jan 15 23:08:00 2000
|
|
@@ -1367,7 +1367,7 @@
|
|
{
|
|
if (!gl_mtexable)
|
|
return;
|
|
-#ifndef __linux__ // no multitexture under Linux yet
|
|
+#if !defined(__linux__) && !defined(__NetBSD__) // no multitexture under Linux yet
|
|
qglSelectTextureSGIS(target);
|
|
#endif
|
|
if (target == oldtarget)
|