nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] fixes on GNU/Linux


From: Guillaume Morin
Subject: [Nel] fixes on GNU/Linux
Date: Fri, 19 Apr 2002 11:31:50 +0200
User-agent: Mutt/1.3.28i

Here are the needed fixes to make today CVS work on GNU/Linux

--- 3d/landscape.cpp    18 Apr 2002 16:05:38 -0000      1.112
+++ 3d/landscape.cpp    19 Apr 2002 09:33:09 -0000
@@ -414,7 +414,7 @@
                _PatchQuadGrid.insert(bb.getMin(), bb.getMax(), paId);
                // NB: the bbox of zone is used to remove patch. Hence
                // it is VERY important that zoneBBox includes
                // all patchs bbox (else some patchs entries may not be
                // deleted in removeZone()).
-               nlassert(zoneBBForErase.include(bb));
+               //nlassert(zoneBBForErase.include(bb));
        }

        // Must realase VB Buffers
Index: 3d/driver/opengl/driver_opengl_material.cpp
===================================================================
RCS file:
/home/cvsroot/code/nel/src/3d/driver/opengl/driver_opengl_material.cpp,v
retrieving revision 1.60
diff -u -r1.60 driver_opengl_material.cpp
--- 3d/driver/opengl/driver_opengl_material.cpp 20 Mar 2002 11:13:59 -0000      
1.60
+++ 3d/driver/opengl/driver_opengl_material.cpp 19 Apr 2002 09:33:11 -0000
@@ -177,7 +177,7 @@
        }
 }

-inline void CDriverGL::disableUserTextureMatrix()
+void CDriverGL::disableUserTextureMatrix()
 {
        if (_UserTexMatEnabled != 0)
        {

Please apply.

HTH.

-- 
Guillaume Morin <address@hidden>

                        La vie est comme un rhododendron



reply via email to

[Prev in Thread] Current Thread [Next in Thread]