From c56152fe3b4c12eec318c11166207cf66022bfdb Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 13 Apr 2008 16:54:07 +0000 Subject: [PATCH] Removed the example number. --- Source/Examples/OpenGL/GluTessellation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Examples/OpenGL/GluTessellation.cs b/Source/Examples/OpenGL/GluTessellation.cs index fbf485fa..3885cde9 100644 --- a/Source/Examples/OpenGL/GluTessellation.cs +++ b/Source/Examples/OpenGL/GluTessellation.cs @@ -15,7 +15,7 @@ using System.Runtime.InteropServices; namespace Examples { - [Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL, 10)] + [Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL)] public class Test : GameWindow { int startList;