[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58416] branches/soc-2013-viewport_fx/ source/blender/gpu/intern/gpu_deprecated.h: typo in glEndList (glEndlList)

Jason Wilkins Jason.A.Wilkins at gmail.com
Fri Jul 19 22:16:06 CEST 2013


Revision: 58416
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58416
Author:   jwilkins
Date:     2013-07-19 20:16:05 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
typo in glEndList (glEndlList)

Modified Paths:
--------------
    branches/soc-2013-viewport_fx/source/blender/gpu/intern/gpu_deprecated.h

Modified: branches/soc-2013-viewport_fx/source/blender/gpu/intern/gpu_deprecated.h
===================================================================
--- branches/soc-2013-viewport_fx/source/blender/gpu/intern/gpu_deprecated.h	2013-07-19 19:38:29 UTC (rev 58415)
+++ branches/soc-2013-viewport_fx/source/blender/gpu/intern/gpu_deprecated.h	2013-07-19 20:16:05 UTC (rev 58416)
@@ -527,7 +527,7 @@
 /* display lists */
 #undef glCallList
 #define glCallList DO_NOT_USE_glCallList
-#undef glEndlList
+#undef glEndList
 #define glEndList DO_NOT_USE_glEndList
 #undef glGenLists
 #define glGenLists DO_NOT_USE_glGenLists




More information about the Bf-blender-cvs mailing list