libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] libcvd/cvd gl_helpers.h


From: Georg Klein
Subject: [libcvd-members] libcvd/cvd gl_helpers.h
Date: Thu, 19 Jun 2008 17:34:53 +0000

CVSROOT:        /sources/libcvd
Module name:    libcvd
Changes by:     Georg Klein <georgklein>        08/06/19 17:34:52

Modified files:
        cvd            : gl_helpers.h 

Log message:
        Minor bug

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/gl_helpers.h?cvsroot=libcvd&r1=1.37&r2=1.38

Patches:
Index: gl_helpers.h
===================================================================
RCS file: /sources/libcvd/libcvd/cvd/gl_helpers.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- gl_helpers.h        12 Jun 2008 15:22:39 -0000      1.37
+++ gl_helpers.h        19 Jun 2008 17:34:52 -0000      1.38
@@ -157,7 +157,7 @@
        /// @param v The texture coordinates
        /// @param unit The texture unit
        ///@ingroup gGL
-       inline void glMutliTexCoord(GLenum unit, const TooN::Vector<3>& v)
+       inline void glMultiTexCoord(GLenum unit, const TooN::Vector<3>& v)
        {
                glMultiTexCoord3d(unit, v[0], v[1], v[2]);
        }




reply via email to

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